Paleta de colores Celestial Confectionery
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Confectionery palette
CSS de la paleta de colores Celestial Confectionery
/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #d6c8b8;
}
.color-3 {
color: #c5b1a6;
}
.color-4 {
color: #a49b89;
}
.color-5 {
color: #7f7c6c;
}
/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #d6c8b8;
--color-3: #c5b1a6;
--color-4: #a49b89;
--color-5: #7f7c6c;
}
CSS del degradado de fondo Celestial Confectionery
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #d6c8b8, #c5b1a6, #a49b89, #7f7c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #d6c8b8, #c5b1a6, #a49b89, #7f7c6c);
}
Paletas de colores similares
Celestial Confectionery color palette created on .