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: #1cb5e9;
}
.color-2 {
color: #1dd7c5;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #f7b1a1;
}
.color-5 {
color: #f95d5d;
}

/* CSS Variables */
:root {
--color-1: #1cb5e9;
--color-2: #1dd7c5;
--color-3: #f6e7a7;
--color-4: #f7b1a1;
--color-5: #f95d5d;
}

Tropical Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cb5e9, #1dd7c5, #f6e7a7, #f7b1a1, #f95d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cb5e9, #1dd7c5, #f6e7a7, #f7b1a1, #f95d5d);
}

Tropical Serenity color palette created on .