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