Boxten Color Palette
Discover the beautiful Boxten color palette featuring di serria (#d9a85e), gold sand (#e3c28c), sidecar (#f3e6b4), manhattan (#f5b9a3) and old rose (#c2757a).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Boxten palette
๐ป Boxten color palette CSS
/* CSS */
.color-1 {
color: #d9a85e;
}
.color-2 {
color: #e3c28c;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #c2757a;
}
/* CSS Variables */
:root {
--color-1: #d9a85e;
--color-2: #e3c28c;
--color-3: #f3e6b4;
--color-4: #f5b9a3;
--color-5: #c2757a;
} ๐ Boxten background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a85e, #e3c28c, #f3e6b4, #f5b9a3, #c2757a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a85e, #e3c28c, #f3e6b4, #f5b9a3, #c2757a);
} ๐ Explore similar color palettes
Boxten color palette created on .