Paleta de colores Christmas Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Christmas Red palette
CSS de la paleta de colores Christmas Red
/* CSS */
.color-1 {
color: #d22d2f;
}
.color-2 {
color: #f7c940;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #1975d2;
}
.color-5 {
color: #fbc02d;
}
/* CSS Variables */
:root {
--color-1: #d22d2f;
--color-2: #f7c940;
--color-3: #4cae4f;
--color-4: #1975d2;
--color-5: #fbc02d;
}
CSS del degradado de fondo Christmas Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d22d2f, #f7c940, #4cae4f, #1975d2, #fbc02d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d22d2f, #f7c940, #4cae4f, #1975d2, #fbc02d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Rojo
Christmas Red color palette created on .