Galilean Dreamscape Color Palette

Discover the beautiful Galilean Dreamscape color palette featuring saffron (#f2b531), burnt sienna (#f27050), mulberry (#c65d7b), sea nymph (#7a9f9d) and ming (#3c6a8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Pink, Blue 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 Galilean Dreamscape palette

Share this palette to:

💻 Galilean Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f2b531;
}
.color-2 {
color: #f27050;
}
.color-3 {
color: #c65d7b;
}
.color-4 {
color: #7a9f9d;
}
.color-5 {
color: #3c6a8b;
}

/* CSS Variables */
:root {
--color-1: #f2b531;
--color-2: #f27050;
--color-3: #c65d7b;
--color-4: #7a9f9d;
--color-5: #3c6a8b;
}

🌈 Galilean Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b531, #f27050, #c65d7b, #7a9f9d, #3c6a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b531, #f27050, #c65d7b, #7a9f9d, #3c6a8b);
}

Galilean Dreamscape color palette created on .