Nacho Dreamscape Color Palette

Discover the beautiful Nacho Dreamscape color palette featuring manhattan (#f5c68a), tumbleweed (#e1a07f), my pink (#d58b8d), bouquet (#a77b96) and deluge (#7d5b9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Peach, Pink, Purple, Warm 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 Nacho Dreamscape palette

Share this palette to:

💻 Nacho Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f5c68a;
}
.color-2 {
color: #e1a07f;
}
.color-3 {
color: #d58b8d;
}
.color-4 {
color: #a77b96;
}
.color-5 {
color: #7d5b9a;
}

/* CSS Variables */
:root {
--color-1: #f5c68a;
--color-2: #e1a07f;
--color-3: #d58b8d;
--color-4: #a77b96;
--color-5: #7d5b9a;
}

🌈 Nacho Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c68a, #e1a07f, #d58b8d, #a77b96, #7d5b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c68a, #e1a07f, #d58b8d, #a77b96, #7d5b9a);
}

Nacho Dreamscape color palette created on .