Harmony of Earthy Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Harmony of Earthy Hues palette

Condividi questa palette a:

tavolozza dei colori Harmony of Earthy Hues CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e6ba60;
}
.color-3 {
color: #d98c45;
}
.color-4 {
color: #c4693b;
}
.color-5 {
color: #b54f3b;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e6ba60;
--color-3: #d98c45;
--color-4: #c4693b;
--color-5: #b54f3b;
}

CSS con gradiente di sfondo Harmony of Earthy Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e6ba60, #d98c45, #c4693b, #b54f3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e6ba60, #d98c45, #c4693b, #b54f3b);
}

Harmony of Earthy Hues color palette created on .