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: #a3d7e0;
}
.color-2 {
color: #b2e0d3;
}
.color-3 {
color: #d3f8e4;
}
.color-4 {
color: #f2e6d4;
}
.color-5 {
color: #f9c8d0;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #b2e0d3;
--color-3: #d3f8e4;
--color-4: #f2e6d4;
--color-5: #f9c8d0;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #b2e0d3, #d3f8e4, #f2e6d4, #f9c8d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #b2e0d3, #d3f8e4, #f2e6d4, #f9c8d0);
}

Whispers of Spring color palette created on .