Teal Real Estate Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Real Estate palette
Teal Real Estate color palette CSS
/* CSS */
.color-1 {
color: #3b8d9b;
}
.color-2 {
color: #59c5af;
}
.color-3 {
color: #8de8c2;
}
.color-4 {
color: #f3e2a5;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #3b8d9b;
--color-2: #59c5af;
--color-3: #8de8c2;
--color-4: #f3e2a5;
--color-5: #ff6e61;
}
Teal Real Estate background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8d9b, #59c5af, #8de8c2, #f3e2a5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8d9b, #59c5af, #8de8c2, #f3e2a5, #ff6e61);
}
Similar color palettes
Teal Real Estate color palette created on .