Apricot & Rose Color Palette
Discover the beautiful Apricot & Rose color palette featuring manhattan (#f7c6a1), apricot (#f2a07d), charm (#d87d8e), mulberry (#c65879) and tapestry (#a85d9b).
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 & Rose palette
๐ป Apricot & Rose color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #d87d8e;
}
.color-4 {
color: #c65879;
}
.color-5 {
color: #a85d9b;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f2a07d;
--color-3: #d87d8e;
--color-4: #c65879;
--color-5: #a85d9b;
} ๐ Apricot & Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f2a07d, #d87d8e, #c65879, #a85d9b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f2a07d, #d87d8e, #c65879, #a85d9b);
} ๐ Explore similar color palettes
Apricot & Rose color palette created on .