Ernie Color Palette
Discover the beautiful Ernie color palette featuring mango tango (#d78a00), gold tips (#e1aa17), fuel yellow (#ebaf26), ronchi (#ebbe48) and burnt sienna (#eb7f51).
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 Ernie palette
๐ป Ernie color palette CSS
/* CSS */
.color-1 {
color: #d78a00;
}
.color-2 {
color: #e1aa17;
}
.color-3 {
color: #ebaf26;
}
.color-4 {
color: #ebbe48;
}
.color-5 {
color: #eb7f51;
}
/* CSS Variables */
:root {
--color-1: #d78a00;
--color-2: #e1aa17;
--color-3: #ebaf26;
--color-4: #ebbe48;
--color-5: #eb7f51;
} ๐ Ernie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d78a00, #e1aa17, #ebaf26, #ebbe48, #eb7f51);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d78a00, #e1aa17, #ebaf26, #ebbe48, #eb7f51);
} ๐ Explore similar color palettes
Ernie color palette created on .