Elegant Turquoise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Turquoise palette

Share this palette to:

Elegant Turquoise color palette CSS

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4eb7ac;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ffd54d;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #00bdd6;
--color-3: #4eb7ac;
--color-4: #ffb300;
--color-5: #ffd54d;
}

Elegant Turquoise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #00bdd6, #4eb7ac, #ffb300, #ffd54d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #00bdd6, #4eb7ac, #ffb300, #ffd54d);
}

Elegant Turquoise color palette created on .