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