Sacred Hues Color Palette
Discover the beautiful Sacred Hues color palette featuring indian khaki (#bfb097), bone (#e0c6b2), albescent white (#f5e2d6), shilo (#e2a7b9) and tapestry (#a65e82).
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 Sacred Hues palette
💻 Sacred Hues color palette CSS
/* CSS */
.color-1 {
color: #bfb097;
}
.color-2 {
color: #e0c6b2;
}
.color-3 {
color: #f5e2d6;
}
.color-4 {
color: #e2a7b9;
}
.color-5 {
color: #a65e82;
}
/* CSS Variables */
:root {
--color-1: #bfb097;
--color-2: #e0c6b2;
--color-3: #f5e2d6;
--color-4: #e2a7b9;
--color-5: #a65e82;
}
🌈 Sacred Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfb097, #e0c6b2, #f5e2d6, #e2a7b9, #a65e82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfb097, #e0c6b2, #f5e2d6, #e2a7b9, #a65e82);
}
🔗 Explore similar color palettes
Sacred Hues color palette created on .