Turquoise Marina Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Marina palette
Turquoise Marina color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b1b8;
}
.color-3 {
color: #00dbc2;
}
.color-4 {
color: #a2e6da;
}
.color-5 {
color: #f5fffc;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b1b8;
--color-3: #00dbc2;
--color-4: #a2e6da;
--color-5: #f5fffc;
}
Turquoise Marina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b1b8, #00dbc2, #a2e6da, #f5fffc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b1b8, #00dbc2, #a2e6da, #f5fffc);
}
Similar color palettes
Turquoise Marina color palette created on .