Golden Renaissance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Renaissance palette
Golden Renaissance カラー パレット PNG 画像
Golden Renaissance カラーパレット CSS
/* CSS */
.color-1 {
color: #ba9826;
}
.color-2 {
color: #b29638;
}
.color-3 {
color: #926c20;
}
.color-4 {
color: #694d17;
}
.color-5 {
color: #3f3213;
}
/* CSS Variables */
:root {
--color-1: #ba9826;
--color-2: #b29638;
--color-3: #926c20;
--color-4: #694d17;
--color-5: #3f3213;
}
Golden Renaissance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ba9826, #b29638, #926c20, #694d17, #3f3213);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ba9826, #b29638, #926c20, #694d17, #3f3213);
}
似たようなカラーパレット
Golden Renaissance color palette created on .