Elegant Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Gold palette

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

Elegant Gold カラーパレット (PNG) をダウンロード

Download elegant gold color palette PNG image (landscape)
Download elegant gold color palette PNG image (square)

Elegant Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d94e;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #e0a100;
}
.color-4 {
color: #c77b00;
}
.color-5 {
color: #995c00;
}

/* CSS Variables */
:root {
--color-1: #f9d94e;
--color-2: #f5b400;
--color-3: #e0a100;
--color-4: #c77b00;
--color-5: #995c00;
}

Elegant Gold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d94e, #f5b400, #e0a100, #c77b00, #995c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d94e, #f5b400, #e0a100, #c77b00, #995c00);
}

Elegant Gold color palette created on .