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: #f7c6c0;
}
.color-2 {
color: #f9d8c3;
}
.color-3 {
color: #fae3c2;
}
.color-4 {
color: #faeec2;
}
.color-5 {
color: #f0fbd0;
}

/* CSS Variables */
:root {
--color-1: #f7c6c0;
--color-2: #f9d8c3;
--color-3: #fae3c2;
--color-4: #faeec2;
--color-5: #f0fbd0;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6c0, #f9d8c3, #fae3c2, #faeec2, #f0fbd0);
}

Whispers of Spring color palette created on .