Golden Miel Color Palette
Discover the beautiful Golden Miel color palette featuring yellow sea (#f0b000), web orange (#e6a400), buddha gold (#d69a00), buddha gold (#c78f00) and pirate gold (#b88400).
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 Golden Miel palette
๐ป Golden Miel color palette CSS
/* CSS */
.color-1 {
color: #f0b000;
}
.color-2 {
color: #e6a400;
}
.color-3 {
color: #d69a00;
}
.color-4 {
color: #c78f00;
}
.color-5 {
color: #b88400;
}
/* CSS Variables */
:root {
--color-1: #f0b000;
--color-2: #e6a400;
--color-3: #d69a00;
--color-4: #c78f00;
--color-5: #b88400;
}
๐ Golden Miel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b000, #e6a400, #d69a00, #c78f00, #b88400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b000, #e6a400, #d69a00, #c78f00, #b88400);
}
๐ Explore similar color palettes
Golden Miel color palette created on .