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