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