Crayon Colors Color Palette
Discover the beautiful Crayon Colors color palette featuring santa fe (#bc6557), old rose (#c28484), lemon ginger (#b8a722), twine (#bb9352) and blush (#bb417b).
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 Crayon Colors palette
๐ป Crayon Colors color palette CSS
/* CSS */
.color-1 {
color: #bc6557;
}
.color-2 {
color: #c28484;
}
.color-3 {
color: #b8a722;
}
.color-4 {
color: #bb9352;
}
.color-5 {
color: #bb417b;
}
/* CSS Variables */
:root {
--color-1: #bc6557;
--color-2: #c28484;
--color-3: #b8a722;
--color-4: #bb9352;
--color-5: #bb417b;
} ๐ Crayon Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bc6557, #c28484, #b8a722, #bb9352, #bb417b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bc6557, #c28484, #b8a722, #bb9352, #bb417b);
} ๐ Explore similar color palettes
Crayon Colors color palette created on .