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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Dusk Vanilla color palette created on .