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: #f0e78e;
}
.color-2 {
color: #f5cbb2;
}
.color-3 {
color: #f7a1be;
}
.color-4 {
color: #c682d3;
}
.color-5 {
color: #8e98e1;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5cbb2;
--color-3: #f7a1be;
--color-4: #c682d3;
--color-5: #8e98e1;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5cbb2, #f7a1be, #c682d3, #8e98e1);
}

Whispers of Spring color palette created on .