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