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