Teal Energy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Energy palette
Teal Energy color palette CSS
/* CSS */
.color-1 {
color: #1d9a6a;
}
.color-2 {
color: #4cc8a9;
}
.color-3 {
color: #a7e2d4;
}
.color-4 {
color: #f4e09f;
}
.color-5 {
color: #f9c0ae;
}
/* CSS Variables */
:root {
--color-1: #1d9a6a;
--color-2: #4cc8a9;
--color-3: #a7e2d4;
--color-4: #f4e09f;
--color-5: #f9c0ae;
}
Teal Energy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a6a, #4cc8a9, #a7e2d4, #f4e09f, #f9c0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a6a, #4cc8a9, #a7e2d4, #f4e09f, #f9c0ae);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Teal Energy color palette created on .