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: #f5b2c2;
}
.color-2 {
color: #f7e1b6;
}
.color-3 {
color: #b2d8b0;
}
.color-4 {
color: #a4c7e5;
}
.color-5 {
color: #e09ebc;
}

/* CSS Variables */
:root {
--color-1: #f5b2c2;
--color-2: #f7e1b6;
--color-3: #b2d8b0;
--color-4: #a4c7e5;
--color-5: #e09ebc;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c2, #f7e1b6, #b2d8b0, #a4c7e5, #e09ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c2, #f7e1b6, #b2d8b0, #a4c7e5, #e09ebc);
}

Whispers of Spring color palette created on .