Melancholy Tropics Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholy Tropics palette
Melancholy Tropics color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f3b9c2;
}
.color-4 {
color: #fffd80;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77ccb;
--color-3: #f3b9c2;
--color-4: #fffd80;
--color-5: #ff6e61;
}
Melancholy Tropics background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77ccb, #f3b9c2, #fffd80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77ccb, #f3b9c2, #fffd80, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Purple color palettes
Melancholy Tropics color palette created on .