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: #f0e78e;
}
.color-2 {
color: #f5cbb2;
}
.color-3 {
color: #f7a1be;
}
.color-4 {
color: #c682d3;
}
.color-5 {
color: #8e98e1;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5cbb2;
--color-3: #f7a1be;
--color-4: #c682d3;
--color-5: #8e98e1;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}

Whispers of Spring color palette created on .