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: #e6eaeb;
}
.color-2 {
color: #c2d9fa;
}
.color-3 {
color: #d5d1a5;
}
.color-4 {
color: #e9d83f;
}
.color-5 {
color: #adc5e6;
}

/* CSS Variables */
:root {
--color-1: #e6eaeb;
--color-2: #c2d9fa;
--color-3: #d5d1a5;
--color-4: #e9d83f;
--color-5: #adc5e6;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6eaeb, #c2d9fa, #d5d1a5, #e9d83f, #adc5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6eaeb, #c2d9fa, #d5d1a5, #e9d83f, #adc5e6);
}

Whispers of Spring color palette created on .