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