Crayon Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crayon Colors palette

Share this palette to:

Crayon Colors color palette PNG image

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

Crayon Colors color palette 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;
}

Crayon Colors background gradient CSS

/* 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 .