Golden Rarity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Rarity palette

このパレットを共有する先:

Golden Rarity カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d547;
}
.color-2 {
color: #d8b541;
}
.color-3 {
color: #c89d37;
}
.color-4 {
color: #b18a2f;
}
.color-5 {
color: #7d6d2b;
}

/* CSS Variables */
:root {
--color-1: #f5d547;
--color-2: #d8b541;
--color-3: #c89d37;
--color-4: #b18a2f;
--color-5: #7d6d2b;
}

Golden Rarity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d547, #d8b541, #c89d37, #b18a2f, #7d6d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d547, #d8b541, #c89d37, #b18a2f, #7d6d2b);
}

Golden Rarity color palette created on .