Whispers of Spring Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Spring palette

Condividi questa palette a:

tavolozza dei colori Whispers of Spring CSS

/* CSS */
.color-1 {
color: #b2b8a3;
}
.color-2 {
color: #d8e3ca;
}
.color-3 {
color: #e4f1e6;
}
.color-4 {
color: #f6f9d7;
}
.color-5 {
color: #f1e1b1;
}

/* CSS Variables */
:root {
--color-1: #b2b8a3;
--color-2: #d8e3ca;
--color-3: #e4f1e6;
--color-4: #f6f9d7;
--color-5: #f1e1b1;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2b8a3, #d8e3ca, #e4f1e6, #f6f9d7, #f1e1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2b8a3, #d8e3ca, #e4f1e6, #f6f9d7, #f1e1b1);
}

Whispers of Spring color palette created on .