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