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: #d23737;
}
.color-2 {
color: #d0ca35;
}
.color-3 {
color: #9fc729;
}
.color-4 {
color: #3357c1;
}
.color-5 {
color: #8fbe19;
}

/* CSS Variables */
:root {
--color-1: #d23737;
--color-2: #d0ca35;
--color-3: #9fc729;
--color-4: #3357c1;
--color-5: #8fbe19;
}

CSS del degradado de fondo Whispers of Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23737, #d0ca35, #9fc729, #3357c1, #8fbe19);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23737, #d0ca35, #9fc729, #3357c1, #8fbe19);
}

Whispers of Spring color palette created on .