Golden Illit Color Palette
Discover the beautiful Golden Illit color palette featuring whiskey (#d8a16e), ronchi (#f1c84b), sweet corn (#f9df8b), selective yellow (#fab700) and hot cinnamon (#d65f1f).
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 Golden Illit palette
๐ป Golden Illit color palette CSS
/* CSS */
.color-1 {
color: #d8a16e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9df8b;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #d65f1f;
}
/* CSS Variables */
:root {
--color-1: #d8a16e;
--color-2: #f1c84b;
--color-3: #f9df8b;
--color-4: #fab700;
--color-5: #d65f1f;
} ๐ Golden Illit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a16e, #f1c84b, #f9df8b, #fab700, #d65f1f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a16e, #f1c84b, #f9df8b, #fab700, #d65f1f);
} ๐ Explore similar color palettes
Golden Illit color palette created on .