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