Cole Color Palette
Discover the beautiful Cole color palette featuring blumine (#1e4c7b), wedgewood (#498c9c), acapulco (#89b3a2), golden sand (#f1d27e) and red damask (#d56b48).
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 Cole palette
💻 Cole color palette CSS
/* CSS */
.color-1 {
color: #1e4c7b;
}
.color-2 {
color: #498c9c;
}
.color-3 {
color: #89b3a2;
}
.color-4 {
color: #f1d27e;
}
.color-5 {
color: #d56b48;
}
/* CSS Variables */
:root {
--color-1: #1e4c7b;
--color-2: #498c9c;
--color-3: #89b3a2;
--color-4: #f1d27e;
--color-5: #d56b48;
} 🌈 Cole background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4c7b, #498c9c, #89b3a2, #f1d27e, #d56b48);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4c7b, #498c9c, #89b3a2, #f1d27e, #d56b48);
} 🔗 Explore similar color palettes
Cole color palette created on .