Tropical Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Serenity palette

Share this palette to:

Tropical Serenity color palette CSS

/* CSS */
.color-1 {
color: #6fd8e2;
}
.color-2 {
color: #a3e6e6;
}
.color-3 {
color: #def7f7;
}
.color-4 {
color: #ffd24d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6fd8e2;
--color-2: #a3e6e6;
--color-3: #def7f7;
--color-4: #ffd24d;
--color-5: #ff6e61;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd8e2, #a3e6e6, #def7f7, #ffd24d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd8e2, #a3e6e6, #def7f7, #ffd24d, #ff6e61);
}

Tropical Serenity color palette created on .