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