Teal Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Luxury palette
Teal Luxury color palette CSS
/* CSS */
.color-1 {
color: #4b9b8e;
}
.color-2 {
color: #296a64;
}
.color-3 {
color: #1f4b4c;
}
.color-4 {
color: #d1b67a;
}
.color-5 {
color: #e2c7a1;
}
/* CSS Variables */
:root {
--color-1: #4b9b8e;
--color-2: #296a64;
--color-3: #1f4b4c;
--color-4: #d1b67a;
--color-5: #e2c7a1;
}
Teal Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b8e, #296a64, #1f4b4c, #d1b67a, #e2c7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b8e, #296a64, #1f4b4c, #d1b67a, #e2c7a1);
}
Similar color palettes
Scroll down to explore 70+ Coastal color palettes
Teal Luxury color palette created on .