Ezekiel Becker Color Palette

Discover the beautiful Ezekiel Becker color palette featuring hippie blue (#5d92b1), pigeon post (#a5c5d5), double colonial white (#efe3b3), yellow orange (#faae3d) and burnt sienna (#e96749).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Spring, Summer, 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 Ezekiel Becker palette

Share this palette to:

💻 Ezekiel Becker color palette CSS

/* CSS */
.color-1 {
color: #5d92b1;
}
.color-2 {
color: #a5c5d5;
}
.color-3 {
color: #efe3b3;
}
.color-4 {
color: #faae3d;
}
.color-5 {
color: #e96749;
}

/* CSS Variables */
:root {
--color-1: #5d92b1;
--color-2: #a5c5d5;
--color-3: #efe3b3;
--color-4: #faae3d;
--color-5: #e96749;
}

🌈 Ezekiel Becker background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d92b1, #a5c5d5, #efe3b3, #faae3d, #e96749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d92b1, #a5c5d5, #efe3b3, #faae3d, #e96749);
}

Ezekiel Becker color palette created on .