Denim Dreams Color Palette

Discover the beautiful Denim Dreams color palette featuring fun blue (#1c4fa0), steel blue (#4a7bba), half baked (#7bb1d1), ziggurat (#b3d8e0) and polar (#e9f5fb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Denim, Light, Modern, Soft, Summer, Vibrant 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 Denim Dreams palette

Share this palette to:

💻 Denim Dreams color palette CSS

/* CSS */
.color-1 {
color: #1c4fa0;
}
.color-2 {
color: #4a7bba;
}
.color-3 {
color: #7bb1d1;
}
.color-4 {
color: #b3d8e0;
}
.color-5 {
color: #e9f5fb;
}

/* CSS Variables */
:root {
--color-1: #1c4fa0;
--color-2: #4a7bba;
--color-3: #7bb1d1;
--color-4: #b3d8e0;
--color-5: #e9f5fb;
}

🌈 Denim Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c4fa0, #4a7bba, #7bb1d1, #b3d8e0, #e9f5fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c4fa0, #4a7bba, #7bb1d1, #b3d8e0, #e9f5fb);
}

Denim Dreams color palette created on .