Teal Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Elegance palette
Teal Elegance color palette CSS
/* CSS */
.color-1 {
color: #e4b444;
}
.color-2 {
color: #f5c8a3;
}
.color-3 {
color: #b5d7d9;
}
.color-4 {
color: #a1c6d4;
}
.color-5 {
color: #5b8d8f;
}
/* CSS Variables */
:root {
--color-1: #e4b444;
--color-2: #f5c8a3;
--color-3: #b5d7d9;
--color-4: #a1c6d4;
--color-5: #5b8d8f;
}
Teal Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b444, #f5c8a3, #b5d7d9, #a1c6d4, #5b8d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b444, #f5c8a3, #b5d7d9, #a1c6d4, #5b8d8f);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Teal Elegance color palette created on .