Alien Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Alien palette
Alien color palette PNG image
Alien color palette CSS
/* CSS */
.color-1 {
color: #3dff8b;
}
.color-2 {
color: #1cd9b3;
}
.color-3 {
color: #00a8a3;
}
.color-4 {
color: #008f8c;
}
.color-5 {
color: #005c5c;
}
/* CSS Variables */
:root {
--color-1: #3dff8b;
--color-2: #1cd9b3;
--color-3: #00a8a3;
--color-4: #008f8c;
--color-5: #005c5c;
}
Alien background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Alien color palette created on .