Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Shades palette
Red Shades color palette CSS
/* CSS */
.color-1 {
color: #f8c9b4;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e5706c;
}
.color-4 {
color: #d2504b;
}
.color-5 {
color: #bf2b33;
}
/* CSS Variables */
:root {
--color-1: #f8c9b4;
--color-2: #f1a8a2;
--color-3: #e5706c;
--color-4: #d2504b;
--color-5: #bf2b33;
}
Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9b4, #f1a8a2, #e5706c, #d2504b, #bf2b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9b4, #f1a8a2, #e5706c, #d2504b, #bf2b33);
}
Similar color palettes
Red Shades color palette created on .