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