Paleta de colores Celestial Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Blossoms

/* CSS */
.color-1 {
color: #f3e2e8;
}
.color-2 {
color: #efb8d2;
}
.color-3 {
color: #d29ed6;
}
.color-4 {
color: #a875c7;
}
.color-5 {
color: #784b9b;
}

/* CSS Variables */
:root {
--color-1: #f3e2e8;
--color-2: #efb8d2;
--color-3: #d29ed6;
--color-4: #a875c7;
--color-5: #784b9b;
}

CSS del degradado de fondo Celestial Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e2e8, #efb8d2, #d29ed6, #a875c7, #784b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e2e8, #efb8d2, #d29ed6, #a875c7, #784b9b);
}

Celestial Blossoms color palette created on .