Foundry Cove Color Palette
Discover the beautiful Foundry Cove color palette featuring biscay (#1d3d6d), wedgewood (#4f7d9c), sinbad (#9ac5d5), casablanca (#f4b943) and red damask (#e05c4d).
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 Foundry Cove palette
💻 Foundry Cove color palette CSS
/* CSS */
.color-1 {
color: #1d3d6d;
}
.color-2 {
color: #4f7d9c;
}
.color-3 {
color: #9ac5d5;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #e05c4d;
}
/* CSS Variables */
:root {
--color-1: #1d3d6d;
--color-2: #4f7d9c;
--color-3: #9ac5d5;
--color-4: #f4b943;
--color-5: #e05c4d;
} 🌈 Foundry Cove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3d6d, #4f7d9c, #9ac5d5, #f4b943, #e05c4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3d6d, #4f7d9c, #9ac5d5, #f4b943, #e05c4d);
} 🔗 Explore similar color palettes
Foundry Cove color palette created on .