Turquoise Istanbul Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Istanbul palette

Share this palette to:

Turquoise Istanbul color palette CSS

/* CSS */
.color-1 {
color: #008fb3;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #a4daca;
}
.color-4 {
color: #f9cb9f;
}
.color-5 {
color: #f49a25;
}

/* CSS Variables */
:root {
--color-1: #008fb3;
--color-2: #00b3aa;
--color-3: #a4daca;
--color-4: #f9cb9f;
--color-5: #f49a25;
}

Turquoise Istanbul background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008fb3, #00b3aa, #a4daca, #f9cb9f, #f49a25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008fb3, #00b3aa, #a4daca, #f9cb9f, #f49a25);
}

Turquoise Istanbul color palette created on .