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: #9c9c9c;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #417605;
}
.color-5 {
color: #bd10e0;
}

/* CSS Variables */
:root {
--color-1: #9c9c9c;
--color-2: #f5a524;
--color-3: #000000;
--color-4: #417605;
--color-5: #bd10e0;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c9c9c, #f5a524, #000000, #417605, #bd10e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c9c9c, #f5a524, #000000, #417605, #bd10e0);
}

Whispers of Spring color palette created on .