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