Melancholy Tropics Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Melancholy Tropics palette

Condividi questa palette a:

tavolozza dei colori Melancholy Tropics 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;
}

CSS con gradiente di sfondo Melancholy Tropics

/* 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);
}

Melancholy Tropics color palette created on .