Savory Snow Owl Color Palette
Discover the beautiful Savory Snow Owl color palette featuring chatelle (#d3c5d8), cadet blue (#a8b0c2), gothic (#6b8f9e), faded jade (#4d7f80) and spectra (#2c4c4e).
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 Savory Snow Owl palette
💻 Savory Snow Owl color palette CSS
/* CSS */
.color-1 {
color: #d3c5d8;
}
.color-2 {
color: #a8b0c2;
}
.color-3 {
color: #6b8f9e;
}
.color-4 {
color: #4d7f80;
}
.color-5 {
color: #2c4c4e;
}
/* CSS Variables */
:root {
--color-1: #d3c5d8;
--color-2: #a8b0c2;
--color-3: #6b8f9e;
--color-4: #4d7f80;
--color-5: #2c4c4e;
} 🌈 Savory Snow Owl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c5d8, #a8b0c2, #6b8f9e, #4d7f80, #2c4c4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c5d8, #a8b0c2, #6b8f9e, #4d7f80, #2c4c4e);
} 🔗 Explore similar color palettes
Savory Snow Owl color palette created on .