Tropical Razzmatazz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Razzmatazz palette

Share this palette to:

Tropical Razzmatazz color palette CSS

/* CSS */
.color-1 {
color: #f75999;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #6b8f24;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #f75999;
--color-2: #ff8052;
--color-3: #ffcc00;
--color-4: #6b8f24;
--color-5: #00bfff;
}

Tropical Razzmatazz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f75999, #ff8052, #ffcc00, #6b8f24, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f75999, #ff8052, #ffcc00, #6b8f24, #00bfff);
}

Tropical Razzmatazz color palette created on .