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: #1fb6c7;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f3e6d8;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1fb6c7;
--color-2: #f6b531;
--color-3: #ff6e61;
--color-4: #f3e6d8;
--color-5: #ffcc00;
}

Turquoise Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fb6c7, #f6b531, #ff6e61, #f3e6d8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fb6c7, #f6b531, #ff6e61, #f3e6d8, #ffcc00);
}

Turquoise Beach color palette created on .