Tropical Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Pink palette

Share this palette to:

Tropical Pink color palette CSS

/* CSS */
.color-1 {
color: #77e4d2;
}
.color-2 {
color: #e1097c;
}
.color-3 {
color: #ac77a6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #77e4d2;
--color-2: #e1097c;
--color-3: #ac77a6;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

Tropical Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #77e4d2, #e1097c, #ac77a6, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #77e4d2, #e1097c, #ac77a6, #ffb84d, #ff6e61);
}

Tropical Pink color palette created on .