Shades of Black and Gold カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Black and Gold palette
Shades of Black and Gold カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #690dab;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #f4c543;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #d4af35;
--color-3: #690dab;
--color-4: #a85f2e;
--color-5: #f4c543;
}
Shades of Black and Gold の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #d4af35, #690dab, #a85f2e, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #d4af35, #690dab, #a85f2e, #f4c543);
}
似たようなカラーパレット
Shades of Black and Gold color palette created on .