Crayon Colors Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crayon Colors palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Crayon Colors

Download crayon colors color palette PNG image (landscape)
Download crayon colors color palette PNG image (square)

tavolozza dei colori Crayon Colors CSS

/* CSS */
.color-1 {
color: #834e62;
}
.color-2 {
color: #8b628d;
}
.color-3 {
color: #7d8230;
}
.color-4 {
color: #82725e;
}
.color-5 {
color: #7d358d;
}

/* CSS Variables */
:root {
--color-1: #834e62;
--color-2: #8b628d;
--color-3: #7d8230;
--color-4: #82725e;
--color-5: #7d358d;
}

CSS con gradiente di sfondo Crayon Colors

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #834e62, #8b628d, #7d8230, #82725e, #7d358d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #834e62, #8b628d, #7d8230, #82725e, #7d358d);
}

Crayon Colors color palette created on .