Red Night Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red Night palette
tavolozza dei colori Red Night CSS
/* CSS */
.color-1 {
color: #38191c;
}
.color-2 {
color: #7a2e3d;
}
.color-3 {
color: #a14f5b;
}
.color-4 {
color: #cf777a;
}
.color-5 {
color: #f4b19f;
}
/* CSS Variables */
:root {
--color-1: #38191c;
--color-2: #7a2e3d;
--color-3: #a14f5b;
--color-4: #cf777a;
--color-5: #f4b19f;
}
CSS con gradiente di sfondo Red Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38191c, #7a2e3d, #a14f5b, #cf777a, #f4b19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38191c, #7a2e3d, #a14f5b, #cf777a, #f4b19f);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Rosso
Red Night color palette created on .