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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Fun, Summer, Yellow color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Honeyed Sting color palette created on .