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: #ff6e61;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f1e6df;
}
.color-4 {
color: #86e4e1;
}
.color-5 {
color: #3db1b3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b2a1;
--color-3: #f1e6df;
--color-4: #86e4e1;
--color-5: #3db1b3;
}

Turquoise Beach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b2a1, #f1e6df, #86e4e1, #3db1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b2a1, #f1e6df, #86e4e1, #3db1b3);
}

Turquoise Beach color palette created on .