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: #1a8e8a;
}
.color-2 {
color: #4abaa9;
}
.color-3 {
color: #7eddd6;
}
.color-4 {
color: #a1e3e0;
}
.color-5 {
color: #e7f9f7;
}

/* CSS Variables */
:root {
--color-1: #1a8e8a;
--color-2: #4abaa9;
--color-3: #7eddd6;
--color-4: #a1e3e0;
--color-5: #e7f9f7;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8e8a, #4abaa9, #7eddd6, #a1e3e0, #e7f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8e8a, #4abaa9, #7eddd6, #a1e3e0, #e7f9f7);
}

Tropical Serenity color palette created on .