Blue Capricorn Color Palette
Discover the beautiful Blue Capricorn color palette featuring chambray (#3b5c87), wedgewood (#4d7b9d), neptune (#79a8b4), sinbad (#9ccfd3) and edgewater (#d4e8e0).
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 Blue Capricorn palette
💻 Blue Capricorn color palette CSS
/* CSS */
.color-1 {
color: #3b5c87;
}
.color-2 {
color: #4d7b9d;
}
.color-3 {
color: #79a8b4;
}
.color-4 {
color: #9ccfd3;
}
.color-5 {
color: #d4e8e0;
}
/* CSS Variables */
:root {
--color-1: #3b5c87;
--color-2: #4d7b9d;
--color-3: #79a8b4;
--color-4: #9ccfd3;
--color-5: #d4e8e0;
}
🌈 Blue Capricorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5c87, #4d7b9d, #79a8b4, #9ccfd3, #d4e8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5c87, #4d7b9d, #79a8b4, #9ccfd3, #d4e8e0);
}
🔗 Explore similar color palettes
Blue Capricorn color palette created on .