Turquoise Beach Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Beach palette
Turquoise Beach color palette CSS
/* CSS */
.color-1 {
color: #409c9a;
}
.color-2 {
color: #6dc5b8;
}
.color-3 {
color: #9be4d5;
}
.color-4 {
color: #fefcbe;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #409c9a;
--color-2: #6dc5b8;
--color-3: #9be4d5;
--color-4: #fefcbe;
--color-5: #ffb84d;
}
Turquoise Beach background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #409c9a, #6dc5b8, #9be4d5, #fefcbe, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #409c9a, #6dc5b8, #9be4d5, #fefcbe, #ffb84d);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Turquoise Beach color palette created on .