Paleta de colores Whispers of Springtime

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Springtime palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Springtime

/* CSS */
.color-1 {
color: #dcefde;
}
.color-2 {
color: #e4e6bc;
}
.color-3 {
color: #ecdb9c;
}
.color-4 {
color: #c7dfc3;
}
.color-5 {
color: #c0c49c;
}

/* CSS Variables */
:root {
--color-1: #dcefde;
--color-2: #e4e6bc;
--color-3: #ecdb9c;
--color-4: #c7dfc3;
--color-5: #c0c49c;
}

CSS del degradado de fondo Whispers of Springtime

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}

Whispers of Springtime color palette created on .