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: #2ab7a2;
}
.color-2 {
color: #4dd1b7;
}
.color-3 {
color: #6ef2bf;
}
.color-4 {
color: #a5f3d6;
}
.color-5 {
color: #f1f0e4;
}

/* CSS Variables */
:root {
--color-1: #2ab7a2;
--color-2: #4dd1b7;
--color-3: #6ef2bf;
--color-4: #a5f3d6;
--color-5: #f1f0e4;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ab7a2, #4dd1b7, #6ef2bf, #a5f3d6, #f1f0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ab7a2, #4dd1b7, #6ef2bf, #a5f3d6, #f1f0e4);
}

Tropical Serenity color palette created on .