Honeyed Sting Color Palette
Discover the beautiful Honeyed Sting color palette featuring energy yellow (#f9d75d), astra (#f9e4b4), rajah (#f3b75e), anzac (#d9a73a) and marigold (#b88f28).
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 Honeyed Sting palette
๐ป Honeyed Sting color palette CSS
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f9e4b4;
}
.color-3 {
color: #f3b75e;
}
.color-4 {
color: #d9a73a;
}
.color-5 {
color: #b88f28;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f9e4b4;
--color-3: #f3b75e;
--color-4: #d9a73a;
--color-5: #b88f28;
} ๐ Honeyed Sting background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f9e4b4, #f3b75e, #d9a73a, #b88f28);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f9e4b4, #f3b75e, #d9a73a, #b88f28);
} ๐ Explore similar color palettes
Honeyed Sting color palette created on .