Paleta de colores Whispers of Youth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Youth palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Youth

/* CSS */
.color-1 {
color: #b4cfe9;
}
.color-2 {
color: #a5c2d5;
}
.color-3 {
color: #f1a7b6;
}
.color-4 {
color: #f4c29f;
}
.color-5 {
color: #e87890;
}

/* CSS Variables */
:root {
--color-1: #b4cfe9;
--color-2: #a5c2d5;
--color-3: #f1a7b6;
--color-4: #f4c29f;
--color-5: #e87890;
}

CSS del degradado de fondo Whispers of Youth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4cfe9, #a5c2d5, #f1a7b6, #f4c29f, #e87890);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4cfe9, #a5c2d5, #f1a7b6, #f4c29f, #e87890);
}

Whispers of Youth color palette created on .