Bright Green Red Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Green Red Yellow palette
Bright Green Red Yellow color palette CSS
/* CSS */
.color-1 {
color: #75ff83;
}
.color-2 {
color: #c20000;
}
.color-3 {
color: #a2b649;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #75ff83;
--color-2: #c20000;
--color-3: #a2b649;
--color-4: #ffb300;
--color-5: #ff4d4d;
}
Bright Green Red Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75ff83, #c20000, #a2b649, #ffb300, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75ff83, #c20000, #a2b649, #ffb300, #ff4d4d);
}
Similar color palettes
Bright Green Red Yellow color palette created on .