The Golden Sovereign カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Golden Sovereign palette

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

The Golden Sovereign カラー パレット PNG 画像

Download the golden sovereign color palette PNG image (landscape)
Download the golden sovereign color palette PNG image (square)

The Golden Sovereign カラーパレット CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #a87c29;
}
.color-3 {
color: #6b4d24;
}
.color-4 {
color: #c8b56a;
}
.color-5 {
color: #e5c75d;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #a87c29;
--color-3: #6b4d24;
--color-4: #c8b56a;
--color-5: #e5c75d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #a87c29, #6b4d24, #c8b56a, #e5c75d);
}

The Golden Sovereign color palette created on .