Whispers of Spring Light Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Spring Light palette

Condividi questa palette a:

tavolozza dei colori Whispers of Spring Light CSS

/* CSS */
.color-1 {
color: #eef0f2;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #cfd3ca;
}
.color-4 {
color: #d7cf89;
}
.color-5 {
color: #e1d037;
}

/* CSS Variables */
:root {
--color-1: #eef0f2;
--color-2: #c2d9fa;
--color-3: #cfd3ca;
--color-4: #d7cf89;
--color-5: #e1d037;
}

CSS con gradiente di sfondo Whispers of Spring Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f2, #c2d9fa, #cfd3ca, #d7cf89, #e1d037);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f2, #c2d9fa, #cfd3ca, #d7cf89, #e1d037);
}

Whispers of Spring Light color palette created on .