Toast Color Palette
Discover the beautiful Toast color palette featuring rajah (#f5b066), di serria (#d89f5a), muddy waters (#b88d4c), cape palliser (#a57b3b) and dallas (#7d5e2b).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Brown, Earthy, Light, Neutral, Warm, Warm Autumn 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 Toast palette
๐ป Toast color palette CSS
/* CSS */
.color-1 {
color: #f5b066;
}
.color-2 {
color: #d89f5a;
}
.color-3 {
color: #b88d4c;
}
.color-4 {
color: #a57b3b;
}
.color-5 {
color: #7d5e2b;
}
/* CSS Variables */
:root {
--color-1: #f5b066;
--color-2: #d89f5a;
--color-3: #b88d4c;
--color-4: #a57b3b;
--color-5: #7d5e2b;
}
๐ Toast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b066, #d89f5a, #b88d4c, #a57b3b, #7d5e2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b066, #d89f5a, #b88d4c, #a57b3b, #7d5e2b);
}
๐ Explore similar color palettes
Toast color palette created on .