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: #97bbc3;
}
.color-2 {
color: #7aaab3;
}
.color-3 {
color: #60899a;
}
.color-4 {
color: #466a77;
}
.color-5 {
color: #365263;
}

/* CSS Variables */
:root {
--color-1: #97bbc3;
--color-2: #7aaab3;
--color-3: #60899a;
--color-4: #466a77;
--color-5: #365263;
}

CSS con gradiente di sfondo Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97bbc3, #7aaab3, #60899a, #466a77, #365263);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97bbc3, #7aaab3, #60899a, #466a77, #365263);
}

Teal Serenity color palette created on .