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