Panda Warrior カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Panda Warrior palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Panda Warrior カラーパレット (PNG) をダウンロード
Panda Warrior カラーパレット CSS
/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #a7a8aa;
}
.color-4 {
color: #61b3a0;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #ffffff;
--color-3: #a7a8aa;
--color-4: #61b3a0;
--color-5: #ffd900;
}
Panda Warrior の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #ffffff, #a7a8aa, #61b3a0, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #ffffff, #a7a8aa, #61b3a0, #ffd900);
}
似たようなカラーパレット
Panda Warrior color palette created on .