Radioactive Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Radioactive palette

Share this palette to:

Download Radioactive Color Palette (PNG)

Download radioactive color palette PNG image (landscape)
Download radioactive color palette PNG image (square)

Radioactive color palette CSS

/* CSS */
.color-1 {
color: #3dff5a;
}
.color-2 {
color: #2b8c3d;
}
.color-3 {
color: #1f5b29;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff5100;
}

/* CSS Variables */
:root {
--color-1: #3dff5a;
--color-2: #2b8c3d;
--color-3: #1f5b29;
--color-4: #ffcc00;
--color-5: #ff5100;
}

Radioactive background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff5a, #2b8c3d, #1f5b29, #ffcc00, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff5a, #2b8c3d, #1f5b29, #ffcc00, #ff5100);
}

Radioactive color palette created on .