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