Radioactive Alien Mistique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Radioactive Alien Mistique palette

Share this palette to:

Radioactive Alien Mistique color palette PNG image

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

Radioactive Alien Mistique color palette CSS

/* CSS */
.color-1 {
color: #38ff14;
}
.color-2 {
color: #a3ff4d;
}
.color-3 {
color: #b3ff99;
}
.color-4 {
color: #d5ffb8;
}
.color-5 {
color: #e4ffcc;
}

/* CSS Variables */
:root {
--color-1: #38ff14;
--color-2: #a3ff4d;
--color-3: #b3ff99;
--color-4: #d5ffb8;
--color-5: #e4ffcc;
}

Radioactive Alien Mistique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38ff14, #a3ff4d, #b3ff99, #d5ffb8, #e4ffcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38ff14, #a3ff4d, #b3ff99, #d5ffb8, #e4ffcc);
}

Radioactive Alien Mistique color palette created on .