Tropical Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Blue palette

Share this palette to:

Tropical Blue color palette CSS

/* CSS */
.color-1 {
color: #98d0e7;
}
.color-2 {
color: #4ac4a4;
}
.color-3 {
color: #f5c95c;
}
.color-4 {
color: #f0783d;
}
.color-5 {
color: #ef582e;
}

/* CSS Variables */
:root {
--color-1: #98d0e7;
--color-2: #4ac4a4;
--color-3: #f5c95c;
--color-4: #f0783d;
--color-5: #ef582e;
}

Tropical Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #98d0e7, #4ac4a4, #f5c95c, #f0783d, #ef582e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #98d0e7, #4ac4a4, #f5c95c, #f0783d, #ef582e);
}

Tropical Blue color palette created on .