Dusty Color Palette
Discover the beautiful Dusty color palette featuring del rio (#a78b8c), thatch (#c19fa1), pink flare (#e2c5c7), dawn pink (#f1e4e4) and clam shell (#d5afb3).
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 Dusty palette
💻 Dusty color palette CSS
/* CSS */
.color-1 {
color: #a78b8c;
}
.color-2 {
color: #c19fa1;
}
.color-3 {
color: #e2c5c7;
}
.color-4 {
color: #f1e4e4;
}
.color-5 {
color: #d5afb3;
}
/* CSS Variables */
:root {
--color-1: #a78b8c;
--color-2: #c19fa1;
--color-3: #e2c5c7;
--color-4: #f1e4e4;
--color-5: #d5afb3;
}
🌈 Dusty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a78b8c, #c19fa1, #e2c5c7, #f1e4e4, #d5afb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a78b8c, #c19fa1, #e2c5c7, #f1e4e4, #d5afb3);
}
🔗 Explore similar color palettes
Dusty color palette created on .