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