Maid of Time Color Palette

Discover the beautiful Maid of Time color palette featuring pigeon post (#b1c3d8), athens gray (#f6f8f9), pink flare (#e2c1c4), wheat (#f5e5b7) and tumbleweed (#d8a779).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Cream, Earthy, Elegant, Peach, Soft, Spring, Vintage 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 Maid of Time palette

Share this palette to:

💻 Maid of Time color palette CSS

/* CSS */
.color-1 {
color: #b1c3d8;
}
.color-2 {
color: #f6f8f9;
}
.color-3 {
color: #e2c1c4;
}
.color-4 {
color: #f5e5b7;
}
.color-5 {
color: #d8a779;
}

/* CSS Variables */
:root {
--color-1: #b1c3d8;
--color-2: #f6f8f9;
--color-3: #e2c1c4;
--color-4: #f5e5b7;
--color-5: #d8a779;
}

🌈 Maid of Time background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c3d8, #f6f8f9, #e2c1c4, #f5e5b7, #d8a779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c3d8, #f6f8f9, #e2c1c4, #f5e5b7, #d8a779);
}

Maid of Time color palette created on .