Paleta de colores Whispers of Spring

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Spring palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Spring

/* CSS */
.color-1 {
color: #efeedc;
}
.color-2 {
color: #d5e2c5;
}
.color-3 {
color: #b3d0a4;
}
.color-4 {
color: #9ec7e0;
}
.color-5 {
color: #f4b7a9;
}

/* CSS Variables */
:root {
--color-1: #efeedc;
--color-2: #d5e2c5;
--color-3: #b3d0a4;
--color-4: #9ec7e0;
--color-5: #f4b7a9;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efeedc, #d5e2c5, #b3d0a4, #9ec7e0, #f4b7a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efeedc, #d5e2c5, #b3d0a4, #9ec7e0, #f4b7a9);
}

Whispers of Spring color palette created on .