Green Management カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Green Management palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Green Management カラーパレット (PNG) をダウンロード
Green Management カラーパレット CSS
/* CSS */
.color-1 {
color: #2e6416;
}
.color-2 {
color: #59892f;
}
.color-3 {
color: #aca553;
}
.color-4 {
color: #b2811f;
}
.color-5 {
color: #8e551f;
}
/* CSS Variables */
:root {
--color-1: #2e6416;
--color-2: #59892f;
--color-3: #aca553;
--color-4: #b2811f;
--color-5: #8e551f;
}
Green Management の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e6416, #59892f, #aca553, #b2811f, #8e551f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e6416, #59892f, #aca553, #b2811f, #8e551f);
}
似たようなカラーパレット
Green Management color palette created on .