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