Albaricoque Color Palette
Discover the beautiful Albaricoque color palette featuring manhattan (#f7bfa1), rajah (#f4b55d), web orange (#f5a300), brandy punch (#d08f35) and paarl (#a76b2a).
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 Albaricoque palette
๐ป Albaricoque color palette CSS
/* CSS */
.color-1 {
color: #f7bfa1;
}
.color-2 {
color: #f4b55d;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #d08f35;
}
.color-5 {
color: #a76b2a;
}
/* CSS Variables */
:root {
--color-1: #f7bfa1;
--color-2: #f4b55d;
--color-3: #f5a300;
--color-4: #d08f35;
--color-5: #a76b2a;
} ๐ Albaricoque background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7bfa1, #f4b55d, #f5a300, #d08f35, #a76b2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7bfa1, #f4b55d, #f5a300, #d08f35, #a76b2a);
} ๐ Explore similar color palettes
Albaricoque color palette created on .