Turquoise Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Ocean palette

Share this palette to:

Turquoise Ocean color palette CSS

/* CSS */
.color-1 {
color: #1e9bbe;
}
.color-2 {
color: #3acfc8;
}
.color-3 {
color: #79e2b4;
}
.color-4 {
color: #f8c859;
}
.color-5 {
color: #f77a22;
}

/* CSS Variables */
:root {
--color-1: #1e9bbe;
--color-2: #3acfc8;
--color-3: #79e2b4;
--color-4: #f8c859;
--color-5: #f77a22;
}

Turquoise Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e9bbe, #3acfc8, #79e2b4, #f8c859, #f77a22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e9bbe, #3acfc8, #79e2b4, #f8c859, #f77a22);
}

Turquoise Ocean color palette created on .