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