Tropical Teal Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Teal Serenity palette

Condividi questa palette a:

tavolozza dei colori Tropical Teal Serenity CSS

/* CSS */
.color-1 {
color: #03b5a9;
}
.color-2 {
color: #00a89d;
}
.color-3 {
color: #00948d;
}
.color-4 {
color: #007a7a;
}
.color-5 {
color: #005f61;
}

/* CSS Variables */
:root {
--color-1: #03b5a9;
--color-2: #00a89d;
--color-3: #00948d;
--color-4: #007a7a;
--color-5: #005f61;
}

CSS con gradiente di sfondo Tropical Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #03b5a9, #00a89d, #00948d, #007a7a, #005f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #03b5a9, #00a89d, #00948d, #007a7a, #005f61);
}

Tropical Teal Serenity color palette created on .