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