Earth and Sky Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Earth and Sky Harmony palette

Condividi questa palette a:

tavolozza dei colori Earth and Sky Harmony CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #79694e;
}
.color-3 {
color: #dab68b;
}
.color-4 {
color: #c4a65a;
}
.color-5 {
color: #9f512d;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #79694e;
--color-3: #dab68b;
--color-4: #c4a65a;
--color-5: #9f512d;
}

CSS con gradiente di sfondo Earth and Sky Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #79694e, #dab68b, #c4a65a, #9f512d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #79694e, #dab68b, #c4a65a, #9f512d);
}

Earth and Sky Harmony color palette created on .