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: #f6a4a2;
}
.color-2 {
color: #f6bfb1;
}
.color-3 {
color: #f6e1cb;
}
.color-4 {
color: #f2f1c0;
}
.color-5 {
color: #e1f6a2;
}

/* CSS Variables */
:root {
--color-1: #f6a4a2;
--color-2: #f6bfb1;
--color-3: #f6e1cb;
--color-4: #f2f1c0;
--color-5: #e1f6a2;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a4a2, #f6bfb1, #f6e1cb, #f2f1c0, #e1f6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a4a2, #f6bfb1, #f6e1cb, #f2f1c0, #e1f6a2);
}

Whispers of Spring color palette created on .