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