Crayon Colors Color Palette

Discover the beautiful Crayon Colors color palette featuring cannon pink (#824e61), trendy pink (#8c628e), pesto (#7d8331), sand dune (#81715d) and vivid violet (#7b358b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBurgundy, Earthy, Gray, Green, Muted, Plum, Purple, Retro, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Crayon Colors palette

Share this palette to:

💻 Crayon Colors color palette CSS

/* CSS */
.color-1 {
color: #824e61;
}
.color-2 {
color: #8c628e;
}
.color-3 {
color: #7d8331;
}
.color-4 {
color: #81715d;
}
.color-5 {
color: #7b358b;
}

/* CSS Variables */
:root {
--color-1: #824e61;
--color-2: #8c628e;
--color-3: #7d8331;
--color-4: #81715d;
--color-5: #7b358b;
}

🌈 Crayon Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #824e61, #8c628e, #7d8331, #81715d, #7b358b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #824e61, #8c628e, #7d8331, #81715d, #7b358b);
}

Crayon Colors color palette created on .