Cutecore Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cutecore palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cutecore

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

tavolozza dei colori Cutecore CSS

/* CSS */
.color-1 {
color: #ffe5e8;
}
.color-2 {
color: #ffdfd6;
}
.color-3 {
color: #ffe5cc;
}
.color-4 {
color: #ffc1bd;
}
.color-5 {
color: #ffc7b8;
}

/* CSS Variables */
:root {
--color-1: #ffe5e8;
--color-2: #ffdfd6;
--color-3: #ffe5cc;
--color-4: #ffc1bd;
--color-5: #ffc7b8;
}

CSS con gradiente di sfondo Cutecore

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5e8, #ffdfd6, #ffe5cc, #ffc1bd, #ffc7b8);
}

Cutecore color palette created on .