Teal Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Serenity palette

Condividi questa palette a:

tavolozza dei colori Teal Serenity CSS

/* CSS */
.color-1 {
color: #3a8f9c;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #82d1d4;
}
.color-4 {
color: #a1e3e1;
}
.color-5 {
color: #d0f1ee;
}

/* CSS Variables */
:root {
--color-1: #3a8f9c;
--color-2: #5abfb6;
--color-3: #82d1d4;
--color-4: #a1e3e1;
--color-5: #d0f1ee;
}

CSS con gradiente di sfondo Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}

Teal Serenity color palette created on .