Sunset Forest Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Forest Harmony palette

Condividi questa palette a:

tavolozza dei colori Sunset Forest Harmony CSS

/* CSS */
.color-1 {
color: #1e3c6b;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #9acd60;
}
.color-4 {
color: #f5df3d;
}
.color-5 {
color: #8b4513;
}

/* CSS Variables */
:root {
--color-1: #1e3c6b;
--color-2: #ff8c00;
--color-3: #9acd60;
--color-4: #f5df3d;
--color-5: #8b4513;
}

CSS con gradiente di sfondo Sunset Forest Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c6b, #ff8c00, #9acd60, #f5df3d, #8b4513);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c6b, #ff8c00, #9acd60, #f5df3d, #8b4513);
}

Sunset Forest Harmony color palette created on .