Golden Ember Whisper Color Palette
Discover the beautiful Golden Ember Whisper color palette featuring hokey pokey (#d69a29), koromiko (#ffc66b), peach orange (#ffcf9e), tulip tree (#e8a34f) and paarl (#a85f2e).
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 Ember Whisper palette
๐ป Golden Ember Whisper color palette CSS
/* CSS */
.color-1 {
color: #d69a29;
}
.color-2 {
color: #ffc66b;
}
.color-3 {
color: #ffcf9e;
}
.color-4 {
color: #e8a34f;
}
.color-5 {
color: #a85f2e;
}
/* CSS Variables */
:root {
--color-1: #d69a29;
--color-2: #ffc66b;
--color-3: #ffcf9e;
--color-4: #e8a34f;
--color-5: #a85f2e;
} ๐ Golden Ember Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69a29, #ffc66b, #ffcf9e, #e8a34f, #a85f2e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69a29, #ffc66b, #ffcf9e, #e8a34f, #a85f2e);
} ๐ Explore similar color palettes
Golden Ember Whisper color palette created on .