Teal Cyclone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Cyclone palette
Teal Cyclone color palette CSS
/* CSS */
.color-1 {
color: #80d3e0;
}
.color-2 {
color: #5bb9b2;
}
.color-3 {
color: #3a9b9c;
}
.color-4 {
color: #2d7b7b;
}
.color-5 {
color: #1f5556;
}
/* CSS Variables */
:root {
--color-1: #80d3e0;
--color-2: #5bb9b2;
--color-3: #3a9b9c;
--color-4: #2d7b7b;
--color-5: #1f5556;
}
Teal Cyclone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80d3e0, #5bb9b2, #3a9b9c, #2d7b7b, #1f5556);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80d3e0, #5bb9b2, #3a9b9c, #2d7b7b, #1f5556);
}
Similar color palettes
Teal Cyclone color palette created on .