Paleta de colores Red and Orange Celebration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Red and Orange Celebration palette
CSS de la paleta de colores Red and Orange Celebration
/* CSS */
.color-1 {
color: #a30034;
}
.color-2 {
color: #d60032;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #4c9d2a;
}
/* CSS Variables */
:root {
--color-1: #a30034;
--color-2: #d60032;
--color-3: #ff6d1f;
--color-4: #f5b400;
--color-5: #4c9d2a;
}
CSS del degradado de fondo Red and Orange Celebration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a30034, #d60032, #ff6d1f, #f5b400, #4c9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a30034, #d60032, #ff6d1f, #f5b400, #4c9d2a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Rojo
Red and Orange Celebration color palette created on .