Turquoise Balkans Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Balkans palette

Share this palette to:

Turquoise Balkans color palette CSS

/* CSS */
.color-1 {
color: #2b5f7d;
}
.color-2 {
color: #56a4a1;
}
.color-3 {
color: #a0d4c9;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #2b5f7d;
--color-2: #56a4a1;
--color-3: #a0d4c9;
--color-4: #f1c84b;
--color-5: #e77e23;
}

Turquoise Balkans background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b5f7d, #56a4a1, #a0d4c9, #f1c84b, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b5f7d, #56a4a1, #a0d4c9, #f1c84b, #e77e23);
}

Turquoise Balkans color palette created on .