Fushigidane Cat Color Palette

Discover the beautiful Fushigidane Cat color palette featuring olivine (#9fc06d), hippie green (#6a8c4a), chalet green (#4a6d36), golden sand (#f2d77d) and di serria (#d9a859).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cat, Fun, Green, Nature, Soft, Spring, Vibrant, 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 Fushigidane Cat palette

Share this palette to:

💻 Fushigidane Cat color palette CSS

/* CSS */
.color-1 {
color: #9fc06d;
}
.color-2 {
color: #6a8c4a;
}
.color-3 {
color: #4a6d36;
}
.color-4 {
color: #f2d77d;
}
.color-5 {
color: #d9a859;
}

/* CSS Variables */
:root {
--color-1: #9fc06d;
--color-2: #6a8c4a;
--color-3: #4a6d36;
--color-4: #f2d77d;
--color-5: #d9a859;
}

🌈 Fushigidane Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc06d, #6a8c4a, #4a6d36, #f2d77d, #d9a859);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc06d, #6a8c4a, #4a6d36, #f2d77d, #d9a859);
}

Fushigidane Cat color palette created on .