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