Paleta de colores Celestial Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blossom

/* CSS */
.color-1 {
color: #f7d4e1;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #eab8d2;
}
.color-4 {
color: #e7b6e3;
}
.color-5 {
color: #d5a4df;
}

/* CSS Variables */
:root {
--color-1: #f7d4e1;
--color-2: #f1a7b8;
--color-3: #eab8d2;
--color-4: #e7b6e3;
--color-5: #d5a4df;
}

CSS del degradado de fondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4e1, #f1a7b8, #eab8d2, #e7b6e3, #d5a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4e1, #f1a7b8, #eab8d2, #e7b6e3, #d5a4df);
}

Celestial Blossom color palette created on .