Apricot & White Musk Color Palette
Discover the beautiful Apricot & White Musk color palette featuring corvette (#f8caa5), rajah (#f2b46e), jaffa (#eb8b3d), red damask (#d86a3b) and well read (#a92d2d).
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 & White Musk palette
๐ป Apricot & White Musk color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f2b46e;
}
.color-3 {
color: #eb8b3d;
}
.color-4 {
color: #d86a3b;
}
.color-5 {
color: #a92d2d;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f2b46e;
--color-3: #eb8b3d;
--color-4: #d86a3b;
--color-5: #a92d2d;
} ๐ Apricot & White Musk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f2b46e, #eb8b3d, #d86a3b, #a92d2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f2b46e, #eb8b3d, #d86a3b, #a92d2d);
} ๐ Explore similar color palettes
Apricot & White Musk color palette created on .