Tropical Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Confectionery palette

Share this palette to:

Tropical Confectionery color palette CSS

/* CSS */
.color-1 {
color: #297b99;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #a3e6d4;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #297b99;
--color-2: #5abfb6;
--color-3: #a3e6d4;
--color-4: #f1a8a2;
--color-5: #ff6b6b;
}

Tropical Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297b99, #5abfb6, #a3e6d4, #f1a8a2, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297b99, #5abfb6, #a3e6d4, #f1a8a2, #ff6b6b);
}

Tropical Confectionery color palette created on .