Tropical Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Condividi questa palette a:

tavolozza dei colori Tropical Serenity CSS

/* CSS */
.color-1 {
color: #1d8b7c;
}
.color-2 {
color: #5bc8b6;
}
.color-3 {
color: #9ee6d6;
}
.color-4 {
color: #f3f0a0;
}
.color-5 {
color: #f9c89f;
}

/* CSS Variables */
:root {
--color-1: #1d8b7c;
--color-2: #5bc8b6;
--color-3: #9ee6d6;
--color-4: #f3f0a0;
--color-5: #f9c89f;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b7c, #5bc8b6, #9ee6d6, #f3f0a0, #f9c89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b7c, #5bc8b6, #9ee6d6, #f3f0a0, #f9c89f);
}

Tropical Serenity color palette created on .