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: #00ad8e;
}
.color-2 {
color: #1ec2b4;
}
.color-3 {
color: #4edad0;
}
.color-4 {
color: #80ffe3;
}
.color-5 {
color: #a8ffff;
}

/* CSS Variables */
:root {
--color-1: #00ad8e;
--color-2: #1ec2b4;
--color-3: #4edad0;
--color-4: #80ffe3;
--color-5: #a8ffff;
}

CSS con gradiente di sfondo Tropical Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ad8e, #1ec2b4, #4edad0, #80ffe3, #a8ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ad8e, #1ec2b4, #4edad0, #80ffe3, #a8ffff);
}

Tropical Serenity color palette created on .