Red Night Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Night palette
Red Night color palette 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;
}
Red Night background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Red Night color palette created on .