Paleta de colores Turquoise Istanbul

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Istanbul palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Istanbul

/* 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;
}

CSS del degradado de fondo Turquoise Istanbul

/* 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 .