Golden Hues Color Palette
Discover the beautiful Golden Hues color palette featuring ronchi (#edc550), golden sand (#f2d16e), marzipan (#f7e1a1), rajah (#f8c56d) and anzac (#e3b24f).
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 Hues palette
๐ป Golden Hues color palette CSS
/* CSS */
.color-1 {
color: #edc550;
}
.color-2 {
color: #f2d16e;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #f8c56d;
}
.color-5 {
color: #e3b24f;
}
/* CSS Variables */
:root {
--color-1: #edc550;
--color-2: #f2d16e;
--color-3: #f7e1a1;
--color-4: #f8c56d;
--color-5: #e3b24f;
} ๐ Golden Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc550, #f2d16e, #f7e1a1, #f8c56d, #e3b24f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc550, #f2d16e, #f7e1a1, #f8c56d, #e3b24f);
} ๐ Explore similar color palettes
Golden Hues color palette created on .