Earthy Intrigue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Intrigue palette

Share this palette to:

Earthy Intrigue color palette CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #c28e00;
}
.color-3 {
color: #8a6c00;
}
.color-4 {
color: #5c4900;
}
.color-5 {
color: #382e00;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #c28e00;
--color-3: #8a6c00;
--color-4: #5c4900;
--color-5: #382e00;
}

Earthy Intrigue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #c28e00, #8a6c00, #5c4900, #382e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #c28e00, #8a6c00, #5c4900, #382e00);
}

Similar color palettes

Earthy Intrigue color palette created on .