Paleta de colores Whispers of Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Blush

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff999c;
}
.color-3 {
color: #ff6b89;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d624;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff999c;
--color-3: #ff6b89;
--color-4: #ff4d4f;
--color-5: #f9d624;
}

CSS del degradado de fondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff999c, #ff6b89, #ff4d4f, #f9d624);
}

Whispers of Blush color palette created on .