Mystic Flour Color Palette

Discover the beautiful Mystic Flour color palette featuring akaroa (#d7c6a8), parchment (#f2e4d4), manhattan (#f7b9a6), deep blush (#e57b7d) and mojo (#bf3b46).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Bright, Coral, Elegant, Flower, Light, Spring, Vibrant, 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 Mystic Flour palette

Share this palette to:

💻 Mystic Flour color palette CSS

/* CSS */
.color-1 {
color: #d7c6a8;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f7b9a6;
}
.color-4 {
color: #e57b7d;
}
.color-5 {
color: #bf3b46;
}

/* CSS Variables */
:root {
--color-1: #d7c6a8;
--color-2: #f2e4d4;
--color-3: #f7b9a6;
--color-4: #e57b7d;
--color-5: #bf3b46;
}

🌈 Mystic Flour background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6a8, #f2e4d4, #f7b9a6, #e57b7d, #bf3b46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6a8, #f2e4d4, #f7b9a6, #e57b7d, #bf3b46);
}

Mystic Flour color palette created on .