Paleta de colores Celebration Sprinkles
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celebration Sprinkles palette
CSS de la paleta de colores Celebration Sprinkles
/* CSS */
.color-1 {
color: #f5b9a3;
}
.color-2 {
color: #f2d4a6;
}
.color-3 {
color: #f1e7b1;
}
.color-4 {
color: #c9e7b6;
}
.color-5 {
color: #93e1d3;
}
/* CSS Variables */
:root {
--color-1: #f5b9a3;
--color-2: #f2d4a6;
--color-3: #f1e7b1;
--color-4: #c9e7b6;
--color-5: #93e1d3;
}
CSS del degradado de fondo Celebration Sprinkles
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b9a3, #f2d4a6, #f1e7b1, #c9e7b6, #93e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b9a3, #f2d4a6, #f1e7b1, #c9e7b6, #93e1d3);
}
Paletas de colores similares
Celebration Sprinkles color palette created on .