Whispers of the Chamomile Night Color Palette

Discover the beautiful Whispers of the Chamomile Night color palette featuring wheat (#f6e8b1), akaroa (#d6c5a8), edward (#a3b8b1), gothic (#6b8f9e) and fiord (#3e5b74).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Cream, Green, Light 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 Whispers of the Chamomile Night palette

Share this palette to:

💻 Whispers of the Chamomile Night color palette CSS

/* CSS */
.color-1 {
color: #f6e8b1;
}
.color-2 {
color: #d6c5a8;
}
.color-3 {
color: #a3b8b1;
}
.color-4 {
color: #6b8f9e;
}
.color-5 {
color: #3e5b74;
}

/* CSS Variables */
:root {
--color-1: #f6e8b1;
--color-2: #d6c5a8;
--color-3: #a3b8b1;
--color-4: #6b8f9e;
--color-5: #3e5b74;
}

🌈 Whispers of the Chamomile Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8b1, #d6c5a8, #a3b8b1, #6b8f9e, #3e5b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8b1, #d6c5a8, #a3b8b1, #6b8f9e, #3e5b74);
}

Whispers of the Chamomile Night color palette created on .