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