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