Galactic Feline Frenzy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Feline Frenzy palette
Galactic Feline Frenzy color palette CSS
/* CSS */
.color-1 {
color: #7aff8c;
}
.color-2 {
color: #4dff9d;
}
.color-3 {
color: #1bdeb4;
}
.color-4 {
color: #ff4d6a;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #7aff8c;
--color-2: #4dff9d;
--color-3: #1bdeb4;
--color-4: #ff4d6a;
--color-5: #ffb300;
}
Galactic Feline Frenzy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7aff8c, #4dff9d, #1bdeb4, #ff4d6a, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7aff8c, #4dff9d, #1bdeb4, #ff4d6a, #ffb300);
}
Similar color palettes
Galactic Feline Frenzy color palette created on .