Paleta de colores Celestial Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blush

/* CSS */
.color-1 {
color: #f8e2e2;
}
.color-2 {
color: #f1b1d2;
}
.color-3 {
color: #f0a3c7;
}
.color-4 {
color: #f29897;
}
.color-5 {
color: #ef4d6d;
}

/* CSS Variables */
:root {
--color-1: #f8e2e2;
--color-2: #f1b1d2;
--color-3: #f0a3c7;
--color-4: #f29897;
--color-5: #ef4d6d;
}

CSS del degradado de fondo Celestial Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2e2, #f1b1d2, #f0a3c7, #f29897, #ef4d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2e2, #f1b1d2, #f0a3c7, #f29897, #ef4d6d);
}

Celestial Blush color palette created on .