Toxic Tangle Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Toxic Tangle palette

Condividi questa palette a:

tavolozza dei colori Toxic Tangle CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #ffb042;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #fc5a8b;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #ffb042;
--color-3: #ff6e61;
--color-4: #fc5a8b;
--color-5: #ff3d3d;
}

CSS con gradiente di sfondo Toxic Tangle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #ffb042, #ff6e61, #fc5a8b, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #ffb042, #ff6e61, #fc5a8b, #ff3d3d);
}

Toxic Tangle color palette created on .