Nuclear Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nuclear Garden palette

Share this palette to:

Nuclear Garden color palette CSS

/* CSS */
.color-1 {
color: #8bde4f;
}
.color-2 {
color: #2b8839;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #c8d600;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #8bde4f;
--color-2: #2b8839;
--color-3: #ffcc00;
--color-4: #c8d600;
--color-5: #ff5833;
}

Nuclear Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bde4f, #2b8839, #ffcc00, #c8d600, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bde4f, #2b8839, #ffcc00, #c8d600, #ff5833);
}

Nuclear Garden color palette created on .