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