Dusk Vanilla Color Palette

Discover the beautiful Dusk Vanilla color palette featuring double spanish white (#ebd9c7), cream can (#f2b75a), brandy punch (#d67c2e), crail (#b34d3d) and buccaneer (#6a292e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Brown, Dusk, Earthy, Orange, Soft, Vanilla, 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 Dusk Vanilla palette

Share this palette to:

๐Ÿ’ป Dusk Vanilla color palette CSS

/* CSS */
.color-1 {
color: #ebd9c7;
}
.color-2 {
color: #f2b75a;
}
.color-3 {
color: #d67c2e;
}
.color-4 {
color: #b34d3d;
}
.color-5 {
color: #6a292e;
}

/* CSS Variables */
:root {
--color-1: #ebd9c7;
--color-2: #f2b75a;
--color-3: #d67c2e;
--color-4: #b34d3d;
--color-5: #6a292e;
}

๐ŸŒˆ Dusk Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd9c7, #f2b75a, #d67c2e, #b34d3d, #6a292e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd9c7, #f2b75a, #d67c2e, #b34d3d, #6a292e);
}

Dusk Vanilla color palette created on .