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: #1dbee2;
}
.color-2 {
color: #4ed5df;
}
.color-3 {
color: #79e2d5;
}
.color-4 {
color: #98e7e2;
}
.color-5 {
color: #b1f6e8;
}

/* CSS Variables */
:root {
--color-1: #1dbee2;
--color-2: #4ed5df;
--color-3: #79e2d5;
--color-4: #98e7e2;
--color-5: #b1f6e8;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1dbee2, #4ed5df, #79e2d5, #98e7e2, #b1f6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1dbee2, #4ed5df, #79e2d5, #98e7e2, #b1f6e8);
}

Tropical Serenity color palette created on .