Ethereal Owl Dreams Color Palette
Discover the beautiful Ethereal Owl Dreams color palette featuring snuff (#dac7e1), pigeon post (#a4b3d6), ship cove (#6d8bba), wedgewood (#4b7c9b) and jungle green (#2a9d90).
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 Ethereal Owl Dreams palette
💻 Ethereal Owl Dreams color palette CSS
/* CSS */
.color-1 {
color: #dac7e1;
}
.color-2 {
color: #a4b3d6;
}
.color-3 {
color: #6d8bba;
}
.color-4 {
color: #4b7c9b;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #dac7e1;
--color-2: #a4b3d6;
--color-3: #6d8bba;
--color-4: #4b7c9b;
--color-5: #2a9d90;
}
🌈 Ethereal Owl Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac7e1, #a4b3d6, #6d8bba, #4b7c9b, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac7e1, #a4b3d6, #6d8bba, #4b7c9b, #2a9d90);
}
🔗 Explore similar color palettes
Ethereal Owl Dreams color palette created on .