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: #f1c0c0;
}
.color-2 {
color: #f6a2a2;
}
.color-3 {
color: #f6907e;
}
.color-4 {
color: #f06d5c;
}
.color-5 {
color: #e24c3c;
}
/* CSS Variables */
:root {
--color-1: #f1c0c0;
--color-2: #f6a2a2;
--color-3: #f6907e;
--color-4: #f06d5c;
--color-5: #e24c3c;
}
Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c0c0, #f6a2a2, #f6907e, #f06d5c, #e24c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c0c0, #f6a2a2, #f6907e, #f06d5c, #e24c3c);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Red Shades color palette created on .