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