Grom Color Palette
Discover the beautiful Grom color palette featuring calico (#e1c698), gimblet (#b3a46b), clay creek (#7e8656), axolotl (#4a6d4c) and tom thumb (#2f4b3a).
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 Grom palette
๐ป Grom color palette CSS
/* CSS */
.color-1 {
color: #e1c698;
}
.color-2 {
color: #b3a46b;
}
.color-3 {
color: #7e8656;
}
.color-4 {
color: #4a6d4c;
}
.color-5 {
color: #2f4b3a;
}
/* CSS Variables */
:root {
--color-1: #e1c698;
--color-2: #b3a46b;
--color-3: #7e8656;
--color-4: #4a6d4c;
--color-5: #2f4b3a;
} ๐ Grom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c698, #b3a46b, #7e8656, #4a6d4c, #2f4b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c698, #b3a46b, #7e8656, #4a6d4c, #2f4b3a);
} ๐ Explore similar color palettes
Grom color palette created on .