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: #f9f3e1;
}
.color-2 {
color: #f2e2d4;
}
.color-3 {
color: #e3b7b0;
}
.color-4 {
color: #d99f8c;
}
.color-5 {
color: #b6d3c0;
}

/* CSS Variables */
:root {
--color-1: #f9f3e1;
--color-2: #f2e2d4;
--color-3: #e3b7b0;
--color-4: #d99f8c;
--color-5: #b6d3c0;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f3e1, #f2e2d4, #e3b7b0, #d99f8c, #b6d3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f3e1, #f2e2d4, #e3b7b0, #d99f8c, #b6d3c0);
}

Whispers of Spring color palette created on .