Christmas Red Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Christmas Red palette
tavolozza dei colori Christmas Red CSS
/* CSS */
.color-1 {
color: #b83d3d;
}
.color-2 {
color: #f1a94b;
}
.color-3 {
color: #6ea03b;
}
.color-4 {
color: #2e3f52;
}
.color-5 {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--color-1: #b83d3d;
--color-2: #f1a94b;
--color-3: #6ea03b;
--color-4: #2e3f52;
--color-5: #f3f4f6;
}
CSS con gradiente di sfondo Christmas Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b83d3d, #f1a94b, #6ea03b, #2e3f52, #f3f4f6);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Rosso
Christmas Red color palette created on .