Blue Abedúl Color Palette

Discover the beautiful Blue Abedúl color palette featuring parchment (#f2e2d4), spindle (#bad7e9), danube (#5d9ec6), wedgewood (#497f92) and san juan (#294c65).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Spring 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 Abedúl palette

Share this palette to:

💻 Blue Abedúl color palette CSS

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #bad7e9;
}
.color-3 {
color: #5d9ec6;
}
.color-4 {
color: #497f92;
}
.color-5 {
color: #294c65;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #bad7e9;
--color-3: #5d9ec6;
--color-4: #497f92;
--color-5: #294c65;
}

🌈 Blue Abedúl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #bad7e9, #5d9ec6, #497f92, #294c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #bad7e9, #5d9ec6, #497f92, #294c65);
}

Blue Abedúl color palette created on .