Madison² Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Madison² palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Madison²

Download madison² color palette PNG image (landscape)
Download madison² color palette PNG image (square)

tavolozza dei colori Madison² CSS

/* CSS */
.color-1 {
color: #e5b8e0;
}
.color-2 {
color: #c19cd3;
}
.color-3 {
color: #ab7dbf;
}
.color-4 {
color: #7b5e9c;
}
.color-5 {
color: #4d3b72;
}

/* CSS Variables */
:root {
--color-1: #e5b8e0;
--color-2: #c19cd3;
--color-3: #ab7dbf;
--color-4: #7b5e9c;
--color-5: #4d3b72;
}

CSS con gradiente di sfondo Madison²

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5b8e0, #c19cd3, #ab7dbf, #7b5e9c, #4d3b72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5b8e0, #c19cd3, #ab7dbf, #7b5e9c, #4d3b72);
}

Madison² color palette created on .