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