My Melody Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with My Melody palette

Condividi questa palette a:

Scarica la tavolozza dei colori My Melody (PNG)

Download my melody color palette PNG image (landscape)
Download my melody color palette PNG image (square)

tavolozza dei colori My Melody CSS

/* CSS */
.color-1 {
color: #f7a6b6;
}
.color-2 {
color: #f0c1d6;
}
.color-3 {
color: #e4b3e6;
}
.color-4 {
color: #d6a3f5;
}
.color-5 {
color: #b6c6f7;
}

/* CSS Variables */
:root {
--color-1: #f7a6b6;
--color-2: #f0c1d6;
--color-3: #e4b3e6;
--color-4: #d6a3f5;
--color-5: #b6c6f7;
}

CSS con gradiente di sfondo My Melody

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6b6, #f0c1d6, #e4b3e6, #d6a3f5, #b6c6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6b6, #f0c1d6, #e4b3e6, #d6a3f5, #b6c6f7);
}

My Melody color palette created on .