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