Brown Candy Color Palette
Discover the beautiful Brown Candy color palette featuring apricot peach (#f9c8b4), tonys pink (#ebaf8e), raw sienna (#d57f4d), brown rust (#a75c39) and tobacco brown (#6f4c3e).
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 Brown Candy palette
๐ป Brown Candy color palette CSS
/* CSS */
.color-1 {
color: #f9c8b4;
}
.color-2 {
color: #ebaf8e;
}
.color-3 {
color: #d57f4d;
}
.color-4 {
color: #a75c39;
}
.color-5 {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--color-1: #f9c8b4;
--color-2: #ebaf8e;
--color-3: #d57f4d;
--color-4: #a75c39;
--color-5: #6f4c3e;
} ๐ Brown Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8b4, #ebaf8e, #d57f4d, #a75c39, #6f4c3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8b4, #ebaf8e, #d57f4d, #a75c39, #6f4c3e);
} ๐ Explore similar color palettes
Brown Candy color palette created on .