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