Care Of Magical Creatures Color Palette

Discover the beautiful Care Of Magical Creatures color palette featuring highland (#7d9d6c), sidecar (#f2e9b6), sandy brown (#f4a462), burnt sienna (#e76a4b) and river bed (#4a4e68).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Fun, Green, Magical, Nature, Orange, Red, Yellow 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 Care Of Magical Creatures palette

Share this palette to:

💻 Care Of Magical Creatures color palette CSS

/* CSS */
.color-1 {
color: #7d9d6c;
}
.color-2 {
color: #f2e9b6;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76a4b;
}
.color-5 {
color: #4a4e68;
}

/* CSS Variables */
:root {
--color-1: #7d9d6c;
--color-2: #f2e9b6;
--color-3: #f4a462;
--color-4: #e76a4b;
--color-5: #4a4e68;
}

🌈 Care Of Magical Creatures background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9d6c, #f2e9b6, #f4a462, #e76a4b, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9d6c, #f2e9b6, #f4a462, #e76a4b, #4a4e68);
}

Care Of Magical Creatures color palette created on .