Tropical Tranquility Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Tranquility palette

Condividi questa palette a:

tavolozza dei colori Tropical Tranquility CSS

/* CSS */
.color-1 {
color: #abd8d2;
}
.color-2 {
color: #7ed3c2;
}
.color-3 {
color: #5bc2b5;
}
.color-4 {
color: #3bb0a8;
}
.color-5 {
color: #239b9f;
}

/* CSS Variables */
:root {
--color-1: #abd8d2;
--color-2: #7ed3c2;
--color-3: #5bc2b5;
--color-4: #3bb0a8;
--color-5: #239b9f;
}

CSS con gradiente di sfondo Tropical Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #abd8d2, #7ed3c2, #5bc2b5, #3bb0a8, #239b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #abd8d2, #7ed3c2, #5bc2b5, #3bb0a8, #239b9f);
}

Tropical Tranquility color palette created on .