Tentacle Tango Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tentacle Tango palette
Tentacle Tango color palette CSS
/* CSS */
.color-1 {
color: #3ea7e0;
}
.color-2 {
color: #36b59d;
}
.color-3 {
color: #f7d74b;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #e45c3a;
}
/* CSS Variables */
:root {
--color-1: #3ea7e0;
--color-2: #36b59d;
--color-3: #f7d74b;
--color-4: #f47b1f;
--color-5: #e45c3a;
}
Tentacle Tango background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ea7e0, #36b59d, #f7d74b, #f47b1f, #e45c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ea7e0, #36b59d, #f7d74b, #f47b1f, #e45c3a);
}
Similar color palettes
Tentacle Tango color palette created on .