Paleta de colores Celestial Confectionery

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Confectionery palette

Compartir esta paleta en:

CSS de la paleta de colores Celestial Confectionery

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #f1c6b1;
}
.color-3 {
color: #e3a5bf;
}
.color-4 {
color: #c8a4e5;
}
.color-5 {
color: #8c9ad4;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #f1c6b1;
--color-3: #e3a5bf;
--color-4: #c8a4e5;
--color-5: #8c9ad4;
}

CSS del degradado de fondo Celestial Confectionery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #f1c6b1, #e3a5bf, #c8a4e5, #8c9ad4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #f1c6b1, #e3a5bf, #c8a4e5, #8c9ad4);
}

Celestial Confectionery color palette created on .