Whispers of Serene Forest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Forest palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Forest CSS

/* CSS */
.color-1 {
color: #e2e2da;
}
.color-2 {
color: #aeb1aa;
}
.color-3 {
color: #7c7f76;
}
.color-4 {
color: #5a5c3d;
}
.color-5 {
color: #1e5d94;
}

/* CSS Variables */
:root {
--color-1: #e2e2da;
--color-2: #aeb1aa;
--color-3: #7c7f76;
--color-4: #5a5c3d;
--color-5: #1e5d94;
}

CSS con gradiente di sfondo Whispers of Serene Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e2da, #aeb1aa, #7c7f76, #5a5c3d, #1e5d94);
}

Whispers of Serene Forest color palette created on .