Paleta de colores Circus Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Circus Serenade palette
CSS de la paleta de colores Circus Serenade
/* CSS */
.color-1 {
color: #f24e1c;
}
.color-2 {
color: #ff702e;
}
.color-3 {
color: #ff9e3d;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #e1efd7;
}
/* CSS Variables */
:root {
--color-1: #f24e1c;
--color-2: #ff702e;
--color-3: #ff9e3d;
--color-4: #ffcb5c;
--color-5: #e1efd7;
}
CSS del degradado de fondo Circus Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f24e1c, #ff702e, #ff9e3d, #ffcb5c, #e1efd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f24e1c, #ff702e, #ff9e3d, #ffcb5c, #e1efd7);
}
Paletas de colores similares
Circus Serenade color palette created on .