Fushigidane Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fushigidane Cat palette
Fushigidane Cat color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Fushigidane Cat color palette created on .