Whispers of the Asylum Color Palette
Discover the beautiful Whispers of the Asylum color palette featuring pigeon post (#a7c7d7), mandys pink (#f1b3a7), whiskey (#d9a96d), barley corn (#a27c5d) and soya bean (#6a5a4d).
Brightness
Saturation
Warmth
💡 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 Asylum palette
💻 Whispers of the Asylum color palette CSS
/* CSS */
.color-1 {
color: #a7c7d7;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #d9a96d;
}
.color-4 {
color: #a27c5d;
}
.color-5 {
color: #6a5a4d;
}
/* CSS Variables */
:root {
--color-1: #a7c7d7;
--color-2: #f1b3a7;
--color-3: #d9a96d;
--color-4: #a27c5d;
--color-5: #6a5a4d;
} 🌈 Whispers of the Asylum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7d7, #f1b3a7, #d9a96d, #a27c5d, #6a5a4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7d7, #f1b3a7, #d9a96d, #a27c5d, #6a5a4d);
} 🔗 Explore similar color palettes
Whispers of the Asylum color palette created on .