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