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