Elegant Night Bites Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegant Night Bites palette
Elegant Night Bites color palette CSS
/* CSS */
.color-1 {
color: #c92c2f;
}
.color-2 {
color: #e05c5c;
}
.color-3 {
color: #f4ac90;
}
.color-4 {
color: #f4d99a;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #c92c2f;
--color-2: #e05c5c;
--color-3: #f4ac90;
--color-4: #f4d99a;
--color-5: #ffffff;
}
Elegant Night Bites background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c2f, #e05c5c, #f4ac90, #f4d99a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c2f, #e05c5c, #f4ac90, #f4d99a, #ffffff);
}
Similar color palettes
Scroll down to explore 70 Red color palettes
Elegant Night Bites color palette created on .