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