Apricot & Almond Color Palette
Discover the beautiful Apricot & Almond color palette featuring corvette (#f9c89f), cashmere (#e7b49c), tan (#d09f8a), sepia skin (#a6653f) and nutmeg (#7b4c2d).
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 & Almond palette
💻 Apricot & Almond color palette CSS
/* CSS */
.color-1 {
color: #f9c89f;
}
.color-2 {
color: #e7b49c;
}
.color-3 {
color: #d09f8a;
}
.color-4 {
color: #a6653f;
}
.color-5 {
color: #7b4c2d;
}
/* CSS Variables */
:root {
--color-1: #f9c89f;
--color-2: #e7b49c;
--color-3: #d09f8a;
--color-4: #a6653f;
--color-5: #7b4c2d;
} 🌈 Apricot & Almond background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c89f, #e7b49c, #d09f8a, #a6653f, #7b4c2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c89f, #e7b49c, #d09f8a, #a6653f, #7b4c2d);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Apricot & Almond color palette created on .