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