Teal Boho Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Boho palette
Teal Boho color palette CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #003a5c;
}
.color-3 {
color: #1c5e21;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e42;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #003a5c;
--color-3: #1c5e21;
--color-4: #ffb84d;
--color-5: #ff6e42;
}
Teal Boho background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #003a5c, #1c5e21, #ffb84d, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #003a5c, #1c5e21, #ffb84d, #ff6e42);
}
Similar color palettes
Teal Boho color palette created on .