Paleta de colores Red Christmas

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Christmas palette

Compartir esta paleta en:

CSS de la paleta de colores Red Christmas

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #c70038;
}
.color-4 {
color: #920c3f;
}
.color-5 {
color: #581845;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5833;
--color-3: #c70038;
--color-4: #920c3f;
--color-5: #581845;
}

CSS del degradado de fondo Red Christmas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5833, #c70038, #920c3f, #581845);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5833, #c70038, #920c3f, #581845);
}

Red Christmas color palette created on .