Shades of Yellow Blue Color Palette

Discover the beautiful Shades of Yellow Blue color palette featuring anzac (#e2b24b), sandwisp (#f6e4a2), regent st blue (#a2d0e2), calypso (#3e6e93) and mulled wine (#4b3d6c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Blue, Fun, Vintage 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 Yellow Blue palette

Share this palette to:

💻 Shades of Yellow Blue color palette CSS

/* CSS */
.color-1 {
color: #e2b24b;
}
.color-2 {
color: #f6e4a2;
}
.color-3 {
color: #a2d0e2;
}
.color-4 {
color: #3e6e93;
}
.color-5 {
color: #4b3d6c;
}

/* CSS Variables */
:root {
--color-1: #e2b24b;
--color-2: #f6e4a2;
--color-3: #a2d0e2;
--color-4: #3e6e93;
--color-5: #4b3d6c;
}

🌈 Shades of Yellow Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b24b, #f6e4a2, #a2d0e2, #3e6e93, #4b3d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b24b, #f6e4a2, #a2d0e2, #3e6e93, #4b3d6c);
}

Shades of Yellow Blue color palette created on .