Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット (PNG) をダウンロード
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #83aa83;
}
.color-2 {
color: #a2bf92;
}
.color-3 {
color: #d0ceaf;
}
.color-4 {
color: #dcad93;
}
.color-5 {
color: #bb6375;
}
/* CSS Variables */
:root {
--color-1: #83aa83;
--color-2: #a2bf92;
--color-3: #d0ceaf;
--color-4: #dcad93;
--color-5: #bb6375;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #83aa83, #a2bf92, #d0ceaf, #dcad93, #bb6375);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #83aa83, #a2bf92, #d0ceaf, #dcad93, #bb6375);
}
似たようなカラーパレット
Shades of Green color palette created on .