Cashmere Dream Color Palette
Discover the beautiful Cashmere Dream color palette featuring mandys pink (#f3d3c3), brandy (#e0b59e), my pink (#d6a58a), antique brass (#c18a6c) and cape palliser (#a25949).
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 Cashmere Dream palette
💻 Cashmere Dream color palette CSS
/* CSS */
.color-1 {
color: #f3d3c3;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d6a58a;
}
.color-4 {
color: #c18a6c;
}
.color-5 {
color: #a25949;
}
/* CSS Variables */
:root {
--color-1: #f3d3c3;
--color-2: #e0b59e;
--color-3: #d6a58a;
--color-4: #c18a6c;
--color-5: #a25949;
}
🌈 Cashmere Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d3c3, #e0b59e, #d6a58a, #c18a6c, #a25949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d3c3, #e0b59e, #d6a58a, #c18a6c, #a25949);
}
🔗 Explore similar color palettes
Cashmere Dream color palette created on .