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: #f7c6c0;
}
.color-2 {
color: #f9d8c3;
}
.color-3 {
color: #fae3c2;
}
.color-4 {
color: #faeec2;
}
.color-5 {
color: #f0fbd0;
}

/* CSS Variables */
:root {
--color-1: #f7c6c0;
--color-2: #f9d8c3;
--color-3: #fae3c2;
--color-4: #faeec2;
--color-5: #f0fbd0;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}

Whispers of Spring color palette created on .