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