Shades of Red and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Red and Green palette
Shades of Red and Green color palette CSS
/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #d33131;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #398e3d;
}
/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #f9e79f;
--color-3: #d33131;
--color-4: #000000;
--color-5: #398e3d;
}
Shades of Red and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #f9e79f, #d33131, #000000, #398e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #f9e79f, #d33131, #000000, #398e3d);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Shades of Red and Green color palette created on .