Loading...
Red Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Elegance palette
Download Red Elegance Color Palette (PNG)
Red Elegance color palette CSS
/* CSS */
.color-1 {
color: #9e3337;
}
.color-2 {
color: #d06c6c;
}
.color-3 {
color: #f7b7a6;
}
.color-4 {
color: #f4e0ae;
}
.color-5 {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--color-1: #9e3337;
--color-2: #d06c6c;
--color-3: #f7b7a6;
--color-4: #f4e0ae;
--color-5: #a7d7b8;
}
Red Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e3337, #d06c6c, #f7b7a6, #f4e0ae, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e3337, #d06c6c, #f7b7a6, #f4e0ae, #a7d7b8);
}
Similar color palettes
Red Elegance color palette created on .