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