Shades of Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gold palette

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

Shades of Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b748;
}
.color-2 {
color: #d1a94d;
}
.color-3 {
color: #bfb04f;
}
.color-4 {
color: #a68f3a;
}
.color-5 {
color: #ef7c25;
}

/* CSS Variables */
:root {
--color-1: #e0b748;
--color-2: #d1a94d;
--color-3: #bfb04f;
--color-4: #a68f3a;
--color-5: #ef7c25;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b748, #d1a94d, #bfb04f, #a68f3a, #ef7c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b748, #d1a94d, #bfb04f, #a68f3a, #ef7c25);
}

Shades of Gold color palette created on .