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