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