Whispers of Velvet Rose Color Palette
Discover the beautiful Whispers of Velvet Rose color palette featuring blush (#bf406a), americano (#88756d), coffee bean (#220b13), woody brown (#492d31) and can can (#dd9cb2).
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 Whispers of Velvet Rose palette
💻 Whispers of Velvet Rose color palette CSS
/* CSS */
.color-1 {
color: #bf406a;
}
.color-2 {
color: #88756d;
}
.color-3 {
color: #220b13;
}
.color-4 {
color: #492d31;
}
.color-5 {
color: #dd9cb2;
}
/* CSS Variables */
:root {
--color-1: #bf406a;
--color-2: #88756d;
--color-3: #220b13;
--color-4: #492d31;
--color-5: #dd9cb2;
} 🌈 Whispers of Velvet Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf406a, #88756d, #220b13, #492d31, #dd9cb2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf406a, #88756d, #220b13, #492d31, #dd9cb2);
} 🔗 Explore similar color palettes
Whispers of Velvet Rose color palette created on .