Luxury Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luxury Gold palette

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

Luxury Gold カラー パレット PNG 画像

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

Luxury Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #c7b300;
}
.color-2 {
color: #d1c700;
}
.color-3 {
color: #e0d500;
}
.color-4 {
color: #f5e400;
}
.color-5 {
color: #ffdd00;
}

/* CSS Variables */
:root {
--color-1: #c7b300;
--color-2: #d1c700;
--color-3: #e0d500;
--color-4: #f5e400;
--color-5: #ffdd00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b300, #d1c700, #e0d500, #f5e400, #ffdd00);
}

Luxury Gold color palette created on .