Dusky Rosewood Dreams Color Palette
Discover the beautiful Dusky Rosewood Dreams color palette featuring pink swan (#baabac), au chico (#a15966), smalt blue (#55738b), fiord (#404763) and claret (#82123b).
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 Dusky Rosewood Dreams palette
💻 Dusky Rosewood Dreams color palette CSS
/* CSS */
.color-1 {
color: #baabac;
}
.color-2 {
color: #a15966;
}
.color-3 {
color: #55738b;
}
.color-4 {
color: #404763;
}
.color-5 {
color: #82123b;
}
/* CSS Variables */
:root {
--color-1: #baabac;
--color-2: #a15966;
--color-3: #55738b;
--color-4: #404763;
--color-5: #82123b;
}
🌈 Dusky Rosewood Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #baabac, #a15966, #55738b, #404763, #82123b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #baabac, #a15966, #55738b, #404763, #82123b);
}
🔗 Explore similar color palettes
Dusky Rosewood Dreams color palette created on .