Charming Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Charming palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Charming

Download charming color palette PNG image (landscape)
Download charming color palette PNG image (square)

tavolozza dei colori Charming CSS

/* CSS */
.color-1 {
color: #fcc18d;
}
.color-2 {
color: #fa6866;
}
.color-3 {
color: #e0a594;
}
.color-4 {
color: #4c2f41;
}
.color-5 {
color: #850a52;
}

/* CSS Variables */
:root {
--color-1: #fcc18d;
--color-2: #fa6866;
--color-3: #e0a594;
--color-4: #4c2f41;
--color-5: #850a52;
}

CSS con gradiente di sfondo Charming

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc18d, #fa6866, #e0a594, #4c2f41, #850a52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc18d, #fa6866, #e0a594, #4c2f41, #850a52);
}

Charming color palette created on .