Apricot & Sandalwood Color Palette
Discover the beautiful Apricot & Sandalwood color palette featuring corvette (#f8caa5), calico (#e2b89c), petite orchid (#daa78b), twine (#c39974) and muesli (#a87b5d).
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 Apricot & Sandalwood palette
๐ป Apricot & Sandalwood color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #e2b89c;
}
.color-3 {
color: #daa78b;
}
.color-4 {
color: #c39974;
}
.color-5 {
color: #a87b5d;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #e2b89c;
--color-3: #daa78b;
--color-4: #c39974;
--color-5: #a87b5d;
} ๐ Apricot & Sandalwood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #e2b89c, #daa78b, #c39974, #a87b5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #e2b89c, #daa78b, #c39974, #a87b5d);
} ๐ Explore similar color palettes
Apricot & Sandalwood color palette created on .