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