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