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: #007b80;
}
.color-2 {
color: #00a89d;
}
.color-3 {
color: #00d6b3;
}
.color-4 {
color: #a6edc8;
}
.color-5 {
color: #f0fff4;
}

/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #00a89d;
--color-3: #00d6b3;
--color-4: #a6edc8;
--color-5: #f0fff4;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #00a89d, #00d6b3, #a6edc8, #f0fff4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #00a89d, #00d6b3, #a6edc8, #f0fff4);
}

Tropical Serenity color palette created on .