Documentation Index
Fetch the complete documentation index at: https://skelementorcss.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use border color utilities for dividers, frames, and semantic outline states.| Class | Hex |
|---|---|
.border-white | #ffffff |
.border-black | #000000 |
.border-gray | #6b7280 |
.border-gray-light | #e5e7eb |
.border-primary | #0740f9 |
.border-secondary | #aaebfd |
.border-neutral | #6b7280 |
.border-success | #3DC13C |
.border-warning | #F4BB1B |
.border-error | #F13737 |
.border-{token}-l-5 through .border-{token}-d-5; hex steps match the Color Palette.
Examples
Usage Notes
Classes setborder-color. Always pair them with width and style, such as border-1 border-solid border-gray.
Best practices
- Use gray-light for soft dividers; gray / black when edges must read clearly.
- Always set width and style with color (
border-1 border-solid border-gray).
Related utilities
Text Colors
Text colors
Background Colors
Background colors

