Jordan's Dreamscape Color Palette

Discover the beautiful Jordan's Dreamscape color palette featuring rose bud (#f9b1ae), chardonnay (#fdca8b), saffron (#f4cf3e), feijoa (#a4d189) and curious blue (#2f8bc1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Coral, Green, 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 Jordan's Dreamscape palette

Share this palette to:

💻 Jordan's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fdca8b;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a4d189;
}
.color-5 {
color: #2f8bc1;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fdca8b;
--color-3: #f4cf3e;
--color-4: #a4d189;
--color-5: #2f8bc1;
}

🌈 Jordan's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fdca8b, #f4cf3e, #a4d189, #2f8bc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fdca8b, #f4cf3e, #a4d189, #2f8bc1);
}

Jordan's Dreamscape color palette created on .