Golden Pound カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Pound palette

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

Golden Pound カラー パレット PNG 画像

Download golden pound color palette PNG image (landscape)
Download golden pound color palette PNG image (square)

Golden Pound カラーパレット CSS

/* CSS */
.color-1 {
color: #d8aa6e;
}
.color-2 {
color: #f1c179;
}
.color-3 {
color: #f9d89a;
}
.color-4 {
color: #f39f3f;
}
.color-5 {
color: #d66351;
}

/* CSS Variables */
:root {
--color-1: #d8aa6e;
--color-2: #f1c179;
--color-3: #f9d89a;
--color-4: #f39f3f;
--color-5: #d66351;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8aa6e, #f1c179, #f9d89a, #f39f3f, #d66351);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8aa6e, #f1c179, #f9d89a, #f39f3f, #d66351);
}

Golden Pound color palette created on .