Red and Green Fusion Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red and Green Fusion palette
Red and Green Fusion color palette CSS
/* CSS */
.color-1 {
color: #c34b4b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #c34b4b;
--color-2: #f5a524;
--color-3: #f1c84b;
--color-4: #a8e6cf;
--color-5: #2a9d90;
}
Red and Green Fusion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34b4b, #f5a524, #f1c84b, #a8e6cf, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34b4b, #f5a524, #f1c84b, #a8e6cf, #2a9d90);
}
Similar color palettes
Red and Green Fusion color palette created on .