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: #f9f3e1;
}
.color-2 {
color: #f2e2d4;
}
.color-3 {
color: #e3b7b0;
}
.color-4 {
color: #d99f8c;
}
.color-5 {
color: #b6d3c0;
}

/* CSS Variables */
:root {
--color-1: #f9f3e1;
--color-2: #f2e2d4;
--color-3: #e3b7b0;
--color-4: #d99f8c;
--color-5: #b6d3c0;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f3e1, #f2e2d4, #e3b7b0, #d99f8c, #b6d3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f3e1, #f2e2d4, #e3b7b0, #d99f8c, #b6d3c0);
}

Whispers of Spring color palette created on .