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