Teal Storm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Storm palette
Teal Storm color palette CSS
/* CSS */
.color-1 {
color: #4b5e68;
}
.color-2 {
color: #a6b9b2;
}
.color-3 {
color: #d2d6d1;
}
.color-4 {
color: #f2e2d4;
}
.color-5 {
color: #e09c5c;
}
/* CSS Variables */
:root {
--color-1: #4b5e68;
--color-2: #a6b9b2;
--color-3: #d2d6d1;
--color-4: #f2e2d4;
--color-5: #e09c5c;
}
Teal Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b5e68, #a6b9b2, #d2d6d1, #f2e2d4, #e09c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b5e68, #a6b9b2, #d2d6d1, #f2e2d4, #e09c5c);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Teal Storm color palette created on .