Teal House Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal House palette
Teal House color palette CSS
/* CSS */
.color-1 {
color: #2b3e40;
}
.color-2 {
color: #4e7679;
}
.color-3 {
color: #77aaac;
}
.color-4 {
color: #a4d4d6;
}
.color-5 {
color: #d5e6e7;
}
/* CSS Variables */
:root {
--color-1: #2b3e40;
--color-2: #4e7679;
--color-3: #77aaac;
--color-4: #a4d4d6;
--color-5: #d5e6e7;
}
Teal House background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3e40, #4e7679, #77aaac, #a4d4d6, #d5e6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3e40, #4e7679, #77aaac, #a4d4d6, #d5e6e7);
}
Similar color palettes
Teal House color palette created on .