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