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: #009485;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #3ddb9f;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f44034;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #00bdd6;
--color-3: #3ddb9f;
--color-4: #f5a300;
--color-5: #f44034;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #00bdd6, #3ddb9f, #f5a300, #f44034);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #00bdd6, #3ddb9f, #f5a300, #f44034);
}

Tropical Serenity color palette created on .