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: #017b89;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #4ed7da;
}
.color-4 {
color: #a7f6f1;
}
.color-5 {
color: #e2f8f6;
}

/* CSS Variables */
:root {
--color-1: #017b89;
--color-2: #00b3aa;
--color-3: #4ed7da;
--color-4: #a7f6f1;
--color-5: #e2f8f6;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #017b89, #00b3aa, #4ed7da, #a7f6f1, #e2f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #017b89, #00b3aa, #4ed7da, #a7f6f1, #e2f8f6);
}

Tropical Serenity color palette created on .