Paleta de colores Celestial Bloom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Bloom palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Bloom

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #6ea7d8;
}
.color-3 {
color: #4b8da0;
}
.color-4 {
color: #f1a9a7;
}
.color-5 {
color: #f9d1b9;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #6ea7d8;
--color-3: #4b8da0;
--color-4: #f1a9a7;
--color-5: #f9d1b9;
}

CSS del degradado de fondo Celestial Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #6ea7d8, #4b8da0, #f1a9a7, #f9d1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #6ea7d8, #4b8da0, #f1a9a7, #f9d1b9);
}

Celestial Bloom color palette created on .