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