Caulk Color Palette
Discover the beautiful Caulk color palette featuring sisal (#d9d3c4), nomad (#b5b1a1), granite green (#8d8b7c), chicago (#595954) and mine shaft (#3d3d3d).
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 Caulk palette
💻 Caulk color palette CSS
/* CSS */
.color-1 {
color: #d9d3c4;
}
.color-2 {
color: #b5b1a1;
}
.color-3 {
color: #8d8b7c;
}
.color-4 {
color: #595954;
}
.color-5 {
color: #3d3d3d;
}
/* CSS Variables */
:root {
--color-1: #d9d3c4;
--color-2: #b5b1a1;
--color-3: #8d8b7c;
--color-4: #595954;
--color-5: #3d3d3d;
} 🌈 Caulk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d3c4, #b5b1a1, #8d8b7c, #595954, #3d3d3d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d3c4, #b5b1a1, #8d8b7c, #595954, #3d3d3d);
} 🔗 Explore similar color palettes
Caulk color palette created on .