Albino Crow Color Palette
Discover the beautiful Albino Crow color palette featuring white (#ffffff), mercury (#e6e6e6), swirl (#d4cac4), clam shell (#cfb3af) and del rio (#a78c8b).
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 Albino Crow palette
💻 Albino Crow color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #d4cac4;
}
.color-4 {
color: #cfb3af;
}
.color-5 {
color: #a78c8b;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #d4cac4;
--color-4: #cfb3af;
--color-5: #a78c8b;
} 🌈 Albino Crow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #d4cac4, #cfb3af, #a78c8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #d4cac4, #cfb3af, #a78c8b);
} 🔗 Explore similar color palettes
Albino Crow color palette created on .