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: #ffffff;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #dbe4d8;
}
.color-4 {
color: #8bfe20;
}
.color-5 {
color: #b2b3b3;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #dbe4d8;
--color-4: #8bfe20;
--color-5: #b2b3b3;
}

CSS con gradiente di sfondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #dbe4d8, #8bfe20, #b2b3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #dbe4d8, #8bfe20, #b2b3b3);
}

Whispers of Spring color palette created on .