Turquoise Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Breeze palette

Condividi questa palette a:

tavolozza dei colori Turquoise Breeze CSS

/* CSS */
.color-1 {
color: #2d7d9f;
}
.color-2 {
color: #5fb3c8;
}
.color-3 {
color: #8fdcdc;
}
.color-4 {
color: #a1e2df;
}
.color-5 {
color: #d1f2f5;
}

/* CSS Variables */
:root {
--color-1: #2d7d9f;
--color-2: #5fb3c8;
--color-3: #8fdcdc;
--color-4: #a1e2df;
--color-5: #d1f2f5;
}

CSS con gradiente di sfondo Turquoise Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d7d9f, #5fb3c8, #8fdcdc, #a1e2df, #d1f2f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d7d9f, #5fb3c8, #8fdcdc, #a1e2df, #d1f2f5);
}

Turquoise Breeze color palette created on .