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: #51b8cd;
}
.color-2 {
color: #a6e1e7;
}
.color-3 {
color: #e1f7f9;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #51b8cd;
--color-2: #a6e1e7;
--color-3: #e1f7f9;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #51b8cd, #a6e1e7, #e1f7f9, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #51b8cd, #a6e1e7, #e1f7f9, #ffb84d, #ff6e61);
}

Tropical Serenity color palette created on .