Blue Jestal Color Palette

Discover the beautiful Blue Jestal color palette featuring casablanca (#f9a748), saffron (#f7c940), jagged ice (#b5e0e3), danube (#6db2d5) and havelock blue (#489bd5).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Blue Jestal color palette CSS

/* CSS */
.color-1 {
color: #f9a748;
}
.color-2 {
color: #f7c940;
}
.color-3 {
color: #b5e0e3;
}
.color-4 {
color: #6db2d5;
}
.color-5 {
color: #489bd5;
}

/* CSS Variables */
:root {
--color-1: #f9a748;
--color-2: #f7c940;
--color-3: #b5e0e3;
--color-4: #6db2d5;
--color-5: #489bd5;
}

🌈 Blue Jestal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a748, #f7c940, #b5e0e3, #6db2d5, #489bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a748, #f7c940, #b5e0e3, #6db2d5, #489bd5);
}

Blue Jestal color palette created on .