Tropical Ocean Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Ocean Serenity palette

Share this palette to:

Tropical Ocean Serenity color palette CSS

/* CSS */
.color-1 {
color: #f8fcfc;
}
.color-2 {
color: #34b7a8;
}
.color-3 {
color: #02835a;
}
.color-4 {
color: #026450;
}
.color-5 {
color: #014b4a;
}

/* CSS Variables */
:root {
--color-1: #f8fcfc;
--color-2: #34b7a8;
--color-3: #02835a;
--color-4: #026450;
--color-5: #014b4a;
}

Tropical Ocean Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcfc, #34b7a8, #02835a, #026450, #014b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcfc, #34b7a8, #02835a, #026450, #014b4a);
}

Tropical Ocean Serenity color palette created on .