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