Toasty Delight Color Palette

Discover the beautiful Toasty Delight color palette featuring hot cinnamon (#d2691e), manhattan (#f5c99e), navajo white (#ffd9a3), school bus yellow (#ffd900) and butterfly bush (#6b4c94).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Cream, Warm, Autumn, Vintage 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 Toasty Delight palette

Share this palette to:

๐Ÿ’ป Toasty Delight color palette CSS

/* CSS */
.color-1 {
color: #d2691e;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #ffd9a3;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #6b4c94;
}

/* CSS Variables */
:root {
--color-1: #d2691e;
--color-2: #f5c99e;
--color-3: #ffd9a3;
--color-4: #ffd900;
--color-5: #6b4c94;
}

๐ŸŒˆ Toasty Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2691e, #f5c99e, #ffd9a3, #ffd900, #6b4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2691e, #f5c99e, #ffd9a3, #ffd900, #6b4c94);
}

Toasty Delight color palette created on .