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: #f1c84b;
}
.color-2 {
color: #eabe6c;
}
.color-3 {
color: #e8a96d;
}
.color-4 {
color: #d58e6d;
}
.color-5 {
color: #b87a99;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #eabe6c;
--color-3: #e8a96d;
--color-4: #d58e6d;
--color-5: #b87a99;
}

CSS del degradado de fondo Celestial Confectionery

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #eabe6c, #e8a96d, #d58e6d, #b87a99);
}

Celestial Confectionery color palette created on .