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