Galactic Toxin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Toxin palette
Galactic Toxin color palette CSS
/* CSS */
.color-1 {
color: #3dffb5;
}
.color-2 {
color: #28c3a1;
}
.color-3 {
color: #1c9c8d;
}
.color-4 {
color: #178c75;
}
.color-5 {
color: #0f6b59;
}
/* CSS Variables */
:root {
--color-1: #3dffb5;
--color-2: #28c3a1;
--color-3: #1c9c8d;
--color-4: #178c75;
--color-5: #0f6b59;
}
Galactic Toxin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dffb5, #28c3a1, #1c9c8d, #178c75, #0f6b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dffb5, #28c3a1, #1c9c8d, #178c75, #0f6b59);
}
Similar color palettes
Galactic Toxin color palette created on .