Light Pink and Dark Brown Color Palette
Discover the beautiful Light Pink and Dark Brown color palette featuring chantilly (#f9c3ce), petite orchid (#daa88b), roman coffee (#815b4b), judge gray (#4b3b2a) and coffee bean (#2d1a10).
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 Light Pink and Dark Brown palette
💻 Light Pink and Dark Brown color palette CSS
/* CSS */
.color-1 {
color: #f9c3ce;
}
.color-2 {
color: #daa88b;
}
.color-3 {
color: #815b4b;
}
.color-4 {
color: #4b3b2a;
}
.color-5 {
color: #2d1a10;
}
/* CSS Variables */
:root {
--color-1: #f9c3ce;
--color-2: #daa88b;
--color-3: #815b4b;
--color-4: #4b3b2a;
--color-5: #2d1a10;
}
🌈 Light Pink and Dark Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3ce, #daa88b, #815b4b, #4b3b2a, #2d1a10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3ce, #daa88b, #815b4b, #4b3b2a, #2d1a10);
}
🔗 Explore similar color palettes
Light Pink and Dark Brown color palette created on .