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