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: #e5b3d2;
}
.color-2 {
color: #d4a4df;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #8dd3a3;
}
.color-5 {
color: #f9e3b4;
}

/* CSS Variables */
:root {
--color-1: #e5b3d2;
--color-2: #d4a4df;
--color-3: #9ec4e0;
--color-4: #8dd3a3;
--color-5: #f9e3b4;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b3d2, #d4a4df, #9ec4e0, #8dd3a3, #f9e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b3d2, #d4a4df, #9ec4e0, #8dd3a3, #f9e3b4);
}

Whispers of Spring color palette created on .