Teal Mare Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Mare palette
Teal Mare color palette CSS
/* CSS */
.color-1 {
color: #2b90bf;
}
.color-2 {
color: #4dc8d5;
}
.color-3 {
color: #8ae0e0;
}
.color-4 {
color: #f0e7a8;
}
.color-5 {
color: #ff8e3d;
}
/* CSS Variables */
:root {
--color-1: #2b90bf;
--color-2: #4dc8d5;
--color-3: #8ae0e0;
--color-4: #f0e7a8;
--color-5: #ff8e3d;
}
Teal Mare background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b90bf, #4dc8d5, #8ae0e0, #f0e7a8, #ff8e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b90bf, #4dc8d5, #8ae0e0, #f0e7a8, #ff8e3d);
}
Similar color palettes
Teal Mare color palette created on .