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: #a75ac4;
}
.color-2 {
color: #eab8e4;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #f2b0b4;
}
.color-5 {
color: #b97dba;
}

/* CSS Variables */
:root {
--color-1: #a75ac4;
--color-2: #eab8e4;
--color-3: #f6e1a7;
--color-4: #f2b0b4;
--color-5: #b97dba;
}

CSS del degradado de fondo Celestial Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a75ac4, #eab8e4, #f6e1a7, #f2b0b4, #b97dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a75ac4, #eab8e4, #f6e1a7, #f2b0b4, #b97dba);
}

Celestial Blossoms color palette created on .