Dandy Dusk Color Palette

Discover the beautiful Dandy Dusk color palette featuring goldenrod (#f9d66c), saffron mango (#f9c54e), casablanca (#f9b44e), sandy brown (#ef9e4d) and terracotta (#e77d5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Fun, Vibrant, Spring 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 Dandy Dusk palette

Share this palette to:

💻 Dandy Dusk color palette CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #f9b44e;
}
.color-4 {
color: #ef9e4d;
}
.color-5 {
color: #e77d5f;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f9c54e;
--color-3: #f9b44e;
--color-4: #ef9e4d;
--color-5: #e77d5f;
}

🌈 Dandy Dusk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f9c54e, #f9b44e, #ef9e4d, #e77d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f9c54e, #f9b44e, #ef9e4d, #e77d5f);
}

Dandy Dusk color palette created on .