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