Discover the beautiful Golden Griddle Delight color palette featuring energy yellow (#f9d94e), selective yellow (#f5b400), brandy punch (#d68a2e), brown rust (#b55c36) and burnt umber (#893b29).
Golden Griddle Delight Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Golden Griddle Delight palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Golden Griddle Delight palette
💻 Golden Griddle Delight color palette CSS
/* CSS */
.color-1 {
color: #f9d94e;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #d68a2e;
}
.color-4 {
color: #b55c36;
}
.color-5 {
color: #893b29;
}
/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f5b400;
--color-3: #d68a2e;
--color-4: #b55c36;
--color-5: #893b29;
}
🌈 Golden Griddle Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f5b400, #d68a2e, #b55c36, #893b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f5b400, #d68a2e, #b55c36, #893b29);
}
🔗 Explore similar color palettes
Golden Griddle Delight color palette created on .