Grizrod Color Palette
Discover the beautiful Grizrod color palette featuring cashmere (#e5ac9a), putty (#ead18a), primrose (#ebf1ab), apricot peach (#fbd4af) and apricot (#f18d81).
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 Grizrod palette
๐ป Grizrod color palette CSS
/* CSS */
.color-1 {
color: #e5ac9a;
}
.color-2 {
color: #ead18a;
}
.color-3 {
color: #ebf1ab;
}
.color-4 {
color: #fbd4af;
}
.color-5 {
color: #f18d81;
}
/* CSS Variables */
:root {
--color-1: #e5ac9a;
--color-2: #ead18a;
--color-3: #ebf1ab;
--color-4: #fbd4af;
--color-5: #f18d81;
} ๐ Grizrod background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5ac9a, #ead18a, #ebf1ab, #fbd4af, #f18d81);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5ac9a, #ead18a, #ebf1ab, #fbd4af, #f18d81);
} ๐ Explore similar color palettes
Grizrod color palette created on .