Discover the beautiful Core Harmony color palette featuring mojo (#c74d3d), rose bud (#f9b5a4), sandwisp (#f7e4a6), beryl green (#d9e3c4) and de york (#7ebe7e).

Core Harmony Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Core Harmony palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Core Harmony palette

Share this palette to:

💻 Core Harmony color palette CSS

/* CSS */
.color-1 {
color: #c74d3d;
}
.color-2 {
color: #f9b5a4;
}
.color-3 {
color: #f7e4a6;
}
.color-4 {
color: #d9e3c4;
}
.color-5 {
color: #7ebe7e;
}

/* CSS Variables */
:root {
--color-1: #c74d3d;
--color-2: #f9b5a4;
--color-3: #f7e4a6;
--color-4: #d9e3c4;
--color-5: #7ebe7e;
}

🌈 Core Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c74d3d, #f9b5a4, #f7e4a6, #d9e3c4, #7ebe7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c74d3d, #f9b5a4, #f7e4a6, #d9e3c4, #7ebe7e);
}

Core Harmony color palette created on .