Paleta de colores Celestial Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Blossom

Download celestial blossom color palette PNG image (landscape)
Download celestial blossom color palette PNG image (square)

CSS de la paleta de colores Celestial Blossom

/* CSS */
.color-1 {
color: #f7e8b6;
}
.color-2 {
color: #f3c7b9;
}
.color-3 {
color: #f07f9f;
}
.color-4 {
color: #da5d7a;
}
.color-5 {
color: #a95b9b;
}

/* CSS Variables */
:root {
--color-1: #f7e8b6;
--color-2: #f3c7b9;
--color-3: #f07f9f;
--color-4: #da5d7a;
--color-5: #a95b9b;
}

CSS del degradado de fondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8b6, #f3c7b9, #f07f9f, #da5d7a, #a95b9b);
}

Celestial Blossom color palette created on .