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