Celestial Hues Color Palette
Discover the beautiful Celestial Hues color palette featuring snuff (#e3d6e6), lavender gray (#c8bbd8), london hue (#c9b4d0), lavender purple (#9272a7) and kimberly (#6e6198).
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 Celestial Hues palette
💻 Celestial Hues color palette CSS
/* CSS */
.color-1 {
color: #e3d6e6;
}
.color-2 {
color: #c8bbd8;
}
.color-3 {
color: #c9b4d0;
}
.color-4 {
color: #9272a7;
}
.color-5 {
color: #6e6198;
}
/* CSS Variables */
:root {
--color-1: #e3d6e6;
--color-2: #c8bbd8;
--color-3: #c9b4d0;
--color-4: #9272a7;
--color-5: #6e6198;
}
🌈 Celestial Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d6e6, #c8bbd8, #c9b4d0, #9272a7, #6e6198);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d6e6, #c8bbd8, #c9b4d0, #9272a7, #6e6198);
}
🔗 Explore similar color palettes
Celestial Hues color palette created on .