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