Shades of Blue Color Palette

Discover the beautiful Shades of Blue color palette featuring malibu (#81d0fd), ocean green (#4cae7b), rose bud (#f7a5a1), cream can (#f4d35d) and paarl (#9c5b30).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Blue, Green, Yellow 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 Shades of Blue palette

Share this palette to:

💻 Shades of Blue color palette CSS

/* CSS */
.color-1 {
color: #81d0fd;
}
.color-2 {
color: #4cae7b;
}
.color-3 {
color: #f7a5a1;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #9c5b30;
}

/* CSS Variables */
:root {
--color-1: #81d0fd;
--color-2: #4cae7b;
--color-3: #f7a5a1;
--color-4: #f4d35d;
--color-5: #9c5b30;
}

🌈 Shades of Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}

Shades of Blue color palette created on .