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: #f5c79e;
}
.color-2 {
color: #f6a88e;
}
.color-3 {
color: #e86d64;
}
.color-4 {
color: #d64c4c;
}
.color-5 {
color: #9d2a30;
}
/* CSS Variables */
:root {
--color-1: #f5c79e;
--color-2: #f6a88e;
--color-3: #e86d64;
--color-4: #d64c4c;
--color-5: #9d2a30;
}
CSS del degradado de fondo Celestial Confectionery
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c79e, #f6a88e, #e86d64, #d64c4c, #9d2a30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c79e, #f6a88e, #e86d64, #d64c4c, #9d2a30);
}
Paletas de colores similares
Celestial Confectionery color palette created on .