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