Blue Capricorn Color Palette

Discover the beautiful Blue Capricorn color palette featuring steel blue (#4b8abe), regent st blue (#a4c5e5), snuff (#e0d3e9), clam shell (#d9b4b4) and quicksand (#b8a08e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Modern color palettes and combinations.

💡 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

Share this palette to:

💻 Blue Capricorn color palette CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #a4c5e5;
}
.color-3 {
color: #e0d3e9;
}
.color-4 {
color: #d9b4b4;
}
.color-5 {
color: #b8a08e;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #a4c5e5;
--color-3: #e0d3e9;
--color-4: #d9b4b4;
--color-5: #b8a08e;
}

🌈 Blue Capricorn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #a4c5e5, #e0d3e9, #d9b4b4, #b8a08e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #a4c5e5, #e0d3e9, #d9b4b4, #b8a08e);
}

Blue Capricorn color palette created on .