Turquoise Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Serenity palette

Condividi questa palette a:

tavolozza dei colori Turquoise Serenity CSS

/* CSS */
.color-1 {
color: #1d9a9a;
}
.color-2 {
color: #50b9b9;
}
.color-3 {
color: #81e4e4;
}
.color-4 {
color: #a3f5f5;
}
.color-5 {
color: #d3fdfd;
}

/* CSS Variables */
:root {
--color-1: #1d9a9a;
--color-2: #50b9b9;
--color-3: #81e4e4;
--color-4: #a3f5f5;
--color-5: #d3fdfd;
}

CSS con gradiente di sfondo Turquoise Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a9a, #50b9b9, #81e4e4, #a3f5f5, #d3fdfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a9a, #50b9b9, #81e4e4, #a3f5f5, #d3fdfd);
}

Turquoise Serenity color palette created on .