Nickelodeon Orange and Green Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nickelodeon Orange and Green Burst palette
Nickelodeon Orange and Green Burst color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a5d55d;
}
.color-4 {
color: #4b9f3c;
}
.color-5 {
color: #3e8d2a;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #a5d55d;
--color-4: #4b9f3c;
--color-5: #3e8d2a;
}
Nickelodeon Orange and Green Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #a5d55d, #4b9f3c, #3e8d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #a5d55d, #4b9f3c, #3e8d2a);
}
Similar color palettes
Nickelodeon Orange and Green Burst color palette created on .