Habitorrabbit Color Palette

Discover the beautiful Habitorrabbit color palette featuring casablanca (#f7c94b), web orange (#f0a800), buddha gold (#d68f00), chelsea gem (#a86d00) and nutmeg wood finish (#6b4d00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Fun, Gold, Modern, Nature, Spring, 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 Habitorrabbit palette

Share this palette to:

💻 Habitorrabbit color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d68f00;
}
.color-4 {
color: #a86d00;
}
.color-5 {
color: #6b4d00;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f0a800;
--color-3: #d68f00;
--color-4: #a86d00;
--color-5: #6b4d00;
}

🌈 Habitorrabbit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f0a800, #d68f00, #a86d00, #6b4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f0a800, #d68f00, #a86d00, #6b4d00);
}

Habitorrabbit color palette created on .