Beige Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Beige Shades palette
Beige Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e3c2;
}
.color-2 {
color: #e3ba7d;
}
.color-3 {
color: #d09a5d;
}
.color-4 {
color: #a86e38;
}
.color-5 {
color: #745d2a;
}
/* CSS Variables */
:root {
--color-1: #f5e3c2;
--color-2: #e3ba7d;
--color-3: #d09a5d;
--color-4: #a86e38;
--color-5: #745d2a;
}
Beige Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3c2, #e3ba7d, #d09a5d, #a86e38, #745d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3c2, #e3ba7d, #d09a5d, #a86e38, #745d2a);
}
似たようなカラーパレット
Beige Shades color palette created on .