Teal Innovation Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Innovation palette
Teal Innovation color palette CSS
/* CSS */
.color-1 {
color: #3e8e8c;
}
.color-2 {
color: #6dc5b3;
}
.color-3 {
color: #a7e2d4;
}
.color-4 {
color: #f2f59e;
}
.color-5 {
color: #f9b98b;
}
/* CSS Variables */
:root {
--color-1: #3e8e8c;
--color-2: #6dc5b3;
--color-3: #a7e2d4;
--color-4: #f2f59e;
--color-5: #f9b98b;
}
Teal Innovation background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e8c, #6dc5b3, #a7e2d4, #f2f59e, #f9b98b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e8c, #6dc5b3, #a7e2d4, #f2f59e, #f9b98b);
}
Similar color palettes
Teal Innovation color palette created on .