Turquoise Beach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Beach palette

Share this palette to:

Turquoise Beach color palette CSS

/* CSS */
.color-1 {
color: #1db8d3;
}
.color-2 {
color: #4cc8e1;
}
.color-3 {
color: #79d3e7;
}
.color-4 {
color: #a7e3e6;
}
.color-5 {
color: #f9ef6c;
}

/* CSS Variables */
:root {
--color-1: #1db8d3;
--color-2: #4cc8e1;
--color-3: #79d3e7;
--color-4: #a7e3e6;
--color-5: #f9ef6c;
}

Turquoise Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db8d3, #4cc8e1, #79d3e7, #a7e3e6, #f9ef6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db8d3, #4cc8e1, #79d3e7, #a7e3e6, #f9ef6c);
}

Turquoise Beach color palette created on .