Paleta de colores Whispers of Spring Light

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Spring Light palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Spring Light

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f1f3f2;
}
.color-3 {
color: #dcebef;
}
.color-4 {
color: #f1f362;
}
.color-5 {
color: #cfd3d2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1f3f2;
--color-3: #dcebef;
--color-4: #f1f362;
--color-5: #cfd3d2;
}

CSS del degradado de fondo Whispers of Spring Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1f3f2, #dcebef, #f1f362, #cfd3d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1f3f2, #dcebef, #f1f362, #cfd3d2);
}

Whispers of Spring Light color palette created on .