Renato Color Palette
Discover the beautiful Renato color palette featuring anzac (#daa94e), golden sand (#f0c77a), marzipan (#f8e0a0), jaffa (#e77d3c) and mojo (#c74938).
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 Renato palette
๐ป Renato color palette CSS
/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #f0c77a;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #e77d3c;
}
.color-5 {
color: #c74938;
}
/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #f0c77a;
--color-3: #f8e0a0;
--color-4: #e77d3c;
--color-5: #c74938;
} ๐ Renato background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #f0c77a, #f8e0a0, #e77d3c, #c74938);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #f0c77a, #f8e0a0, #e77d3c, #c74938);
} ๐ Explore similar color palettes
Renato color palette created on .