Powder Rose Color Palette
A sophisticated dusty rose palette for elegant, modern designs. Ideal for fashion, interior design, and luxury brands.
Mauve
HEX: #a06969
RGB: rgb(160, 105, 105)
HSL: hsl(0, 22%, 52%)
Dusty Rose
HEX: #be8888
RGB: rgb(190, 136, 136)
HSL: hsl(0, 29%, 64%)
Powder Rose
HEX: #d4a4a4
RGB: rgb(212, 164, 164)
HSL: hsl(0, 36%, 74%)
Rose Light
HEX: #e5c5c5
RGB: rgb(229, 197, 197)
HSL: hsl(0, 38%, 84%)
Rose Cream
HEX: #f5e3e3
RGB: rgb(245, 227, 227)
HSL: hsl(0, 47%, 93%)
CSS Variables
:root {
--powder-rose-1: #a06969;
--powder-rose-2: #be8888;
--powder-rose-3: #d4a4a4;
--powder-rose-4: #e5c5c5;
--powder-rose-5: #f5e3e3;
} Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'powder-rose': {
'100': '#a06969',
'200': '#be8888',
'300': '#d4a4a4',
'400': '#e5c5c5',
'500': '#f5e3e3',
},
},
},
},
} Use Cases
Fashion brands
Interior design
Luxury packaging
Restaurant branding
Related Palettes
Frequently Asked Questions
What makes dusty rose different from regular pink?▾
Dusty rose is a muted, desaturated pink with gray or brown undertones. It feels more sophisticated and mature than bright pink, making it suitable for luxury and high-end brands.
How do I use dusty rose in minimalist design?▾
Pair dusty rose with white, light gray, and charcoal. Use it as a subtle background or accent to add warmth without overwhelming a clean layout.