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