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: #f1c3b1;
}
.color-2 {
color: #f58d7a;
}
.color-3 {
color: #f55c7d;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #d83b3b;
}
/* CSS Variables */
:root {
--color-1: #f1c3b1;
--color-2: #f58d7a;
--color-3: #f55c7d;
--color-4: #e63746;
--color-5: #d83b3b;
}
Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c3b1, #f58d7a, #f55c7d, #e63746, #d83b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c3b1, #f58d7a, #f55c7d, #e63746, #d83b3b);
}
Similar color palettes
Red Shades color palette created on .