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: #30b0df;
}
.color-2 {
color: #2b8ba1;
}
.color-3 {
color: #1f6f8e;
}
.color-4 {
color: #4fba8c;
}
.color-5 {
color: #a0d96d;
}

/* CSS Variables */
:root {
--color-1: #30b0df;
--color-2: #2b8ba1;
--color-3: #1f6f8e;
--color-4: #4fba8c;
--color-5: #a0d96d;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30b0df, #2b8ba1, #1f6f8e, #4fba8c, #a0d96d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30b0df, #2b8ba1, #1f6f8e, #4fba8c, #a0d96d);
}

Tropical Serenity color palette created on .