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