Shades of Red Apples Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red Apples palette
Shades of Red Apples color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e06e5c;
}
.color-3 {
color: #f2a06e;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #e6e26b;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e06e5c;
--color-3: #f2a06e;
--color-4: #f2d66e;
--color-5: #e6e26b;
}
Shades of Red Apples background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e06e5c, #f2a06e, #f2d66e, #e6e26b);
}
Similar color palettes
Scroll down to explore 200+ Red color palettes
Shades of Red Apples color palette created on .