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