Galactic Feline Frenzy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Galactic Feline Frenzy palette
Galactic Feline Frenzy カラーパレット CSS
/* CSS */
.color-1 {
color: #47c258;
}
.color-2 {
color: #2cc370;
}
.color-3 {
color: #10a887;
}
.color-4 {
color: #c32c46;
}
.color-5 {
color: #c28800;
}
/* CSS Variables */
:root {
--color-1: #47c258;
--color-2: #2cc370;
--color-3: #10a887;
--color-4: #c32c46;
--color-5: #c28800;
}
Galactic Feline Frenzy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #47c258, #2cc370, #10a887, #c32c46, #c28800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #47c258, #2cc370, #10a887, #c32c46, #c28800);
}
似たようなカラーパレット
Galactic Feline Frenzy color palette created on .