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