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: #e5b3d2;
}
.color-2 {
color: #d4a4df;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #8dd3a3;
}
.color-5 {
color: #f9e3b4;
}

/* CSS Variables */
:root {
--color-1: #e5b3d2;
--color-2: #d4a4df;
--color-3: #9ec4e0;
--color-4: #8dd3a3;
--color-5: #f9e3b4;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b3d2, #d4a4df, #9ec4e0, #8dd3a3, #f9e3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b3d2, #d4a4df, #9ec4e0, #8dd3a3, #f9e3b4);
}

Whispers of Spring color palette created on .