Galactic Toxin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Galactic Toxin palette

Condividi questa palette a:

tavolozza dei colori Galactic Toxin 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;
}

CSS con gradiente di sfondo Galactic Toxin

/* 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);
}

Galactic Toxin color palette created on .