Shades of Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Gold palette

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

Shades of Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #db9d00;
}
.color-3 {
color: #b86b00;
}
.color-4 {
color: #7a4e00;
}
.color-5 {
color: #4d2a00;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #db9d00;
--color-3: #b86b00;
--color-4: #7a4e00;
--color-5: #4d2a00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #db9d00, #b86b00, #7a4e00, #4d2a00);
}

Shades of Gold color palette created on .