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