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: #d199a3;
}
.color-2 {
color: #faba61;
}
.color-3 {
color: #4b0c0d;
}
.color-4 {
color: #5fad1f;
}
.color-5 {
color: #ce40f2;
}

/* CSS Variables */
:root {
--color-1: #d199a3;
--color-2: #faba61;
--color-3: #4b0c0d;
--color-4: #5fad1f;
--color-5: #ce40f2;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d199a3, #faba61, #4b0c0d, #5fad1f, #ce40f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d199a3, #faba61, #4b0c0d, #5fad1f, #ce40f2);
}

Whispers of Spring color palette created on .