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