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