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