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