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