Red and Black Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Black Elegance palette
Red and Black Elegance color palette CSS
/* CSS */
.color-1 {
color: #ff3333;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #666666;
}
/* CSS Variables */
:root {
--color-1: #ff3333;
--color-2: #ff6b6b;
--color-3: #ffb3b3;
--color-4: #333333;
--color-5: #666666;
}
Red and Black Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3333, #ff6b6b, #ffb3b3, #333333, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3333, #ff6b6b, #ffb3b3, #333333, #666666);
}
Similar color palettes
Scroll down to explore 80+ Red color palettes
Red and Black Elegance color palette created on .