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