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: #00a8e0;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #6fbe92;
}
.color-5 {
color: #f45d7b;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #6fbe92;
--color-5: #f45d7b;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #ff6e61, #ffb84d, #6fbe92, #f45d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #ff6e61, #ffb84d, #6fbe92, #f45d7b);
}

Tropical Serenity color palette created on .