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: #a9e2a7;
}
.color-2 {
color: #b1e7b1;
}
.color-3 {
color: #d1f0d8;
}
.color-4 {
color: #f5fff5;
}
.color-5 {
color: #d8eeda;
}

/* CSS Variables */
:root {
--color-1: #a9e2a7;
--color-2: #b1e7b1;
--color-3: #d1f0d8;
--color-4: #f5fff5;
--color-5: #d8eeda;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e2a7, #b1e7b1, #d1f0d8, #f5fff5, #d8eeda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e2a7, #b1e7b1, #d1f0d8, #f5fff5, #d8eeda);
}

Whispers of Spring color palette created on .