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