Chips Ahoy Hues Color Palette
Discover the beautiful Chips Ahoy Hues color palette featuring ronchi (#f1c84b), old gold (#d2aa4b), sycamore (#a07b3b), tobacco brown (#6d4f3c) and mondo (#4b3c2f).
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 Chips Ahoy Hues palette
๐ป Chips Ahoy Hues color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #d2aa4b;
}
.color-3 {
color: #a07b3b;
}
.color-4 {
color: #6d4f3c;
}
.color-5 {
color: #4b3c2f;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #d2aa4b;
--color-3: #a07b3b;
--color-4: #6d4f3c;
--color-5: #4b3c2f;
} ๐ Chips Ahoy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #d2aa4b, #a07b3b, #6d4f3c, #4b3c2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #d2aa4b, #a07b3b, #6d4f3c, #4b3c2f);
} ๐ Explore similar color palettes
Chips Ahoy Hues color palette created on .