Pokémon Sunset Adventure カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pokémon Sunset Adventure palette
Pokémon Sunset Adventure カラーパレット CSS
/* CSS */
.color-1 {
color: #f7c12b;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f15b4b;
}
.color-4 {
color: #a52c5c;
}
.color-5 {
color: #6d2c90;
}
/* CSS Variables */
:root {
--color-1: #f7c12b;
--color-2: #f47b1f;
--color-3: #f15b4b;
--color-4: #a52c5c;
--color-5: #6d2c90;
}
Pokémon Sunset Adventure の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c12b, #f47b1f, #f15b4b, #a52c5c, #6d2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c12b, #f47b1f, #f15b4b, #a52c5c, #6d2c90);
}
似たようなカラーパレット
Pokémon Sunset Adventure color palette created on .