Turquoise Celeste Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Celeste palette

Condividi questa palette a:

tavolozza dei colori Turquoise Celeste CSS

/* CSS */
.color-1 {
color: #9ed9e0;
}
.color-2 {
color: #68c3cf;
}
.color-3 {
color: #4bb9b2;
}
.color-4 {
color: #2b9a9c;
}
.color-5 {
color: #1c7d8d;
}

/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #68c3cf;
--color-3: #4bb9b2;
--color-4: #2b9a9c;
--color-5: #1c7d8d;
}

CSS con gradiente di sfondo Turquoise Celeste

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #68c3cf, #4bb9b2, #2b9a9c, #1c7d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #68c3cf, #4bb9b2, #2b9a9c, #1c7d8d);
}

Turquoise Celeste color palette created on .