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