Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #e8d49c;
}
.color-2 {
color: #bbdf96;
}
.color-3 {
color: #87da86;
}
.color-4 {
color: #f9cd1a;
}
.color-5 {
color: #fae799;
}
/* CSS Variables */
:root {
--color-1: #e8d49c;
--color-2: #bbdf96;
--color-3: #87da86;
--color-4: #f9cd1a;
--color-5: #fae799;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d49c, #bbdf96, #87da86, #f9cd1a, #fae799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d49c, #bbdf96, #87da86, #f9cd1a, #fae799);
}
似たようなカラーパレット
下にスクロールして1個のベージュカラーパレットを探索しましょう
Shades of Green color palette created on .