Tropical Splash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Splash palette

Share this palette to:

Tropical Splash color palette CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #00d4ff;
}
.color-3 {
color: #00ffcc;
}
.color-4 {
color: #a8ffbf;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #00d4ff;
--color-3: #00ffcc;
--color-4: #a8ffbf;
--color-5: #ffcc00;
}

Tropical Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #00d4ff, #00ffcc, #a8ffbf, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #00d4ff, #00ffcc, #a8ffbf, #ffcc00);
}

Tropical Splash color palette created on .