Earthy Intrigue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Earthy Intrigue palette
tavolozza dei colori Earthy Intrigue 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;
}
CSS con gradiente di sfondo Earthy Intrigue
/* 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);
}
Tavolozze di colori simili
Earthy Intrigue color palette created on .