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