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