Lush Meadow Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lush Meadow Breeze palette
Lush Meadow Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #8ee085;
}
.color-2 {
color: #a2d57c;
}
.color-3 {
color: #b5e59e;
}
.color-4 {
color: #f2e6b1;
}
.color-5 {
color: #f6c9a7;
}
/* CSS Variables */
:root {
--color-1: #8ee085;
--color-2: #a2d57c;
--color-3: #b5e59e;
--color-4: #f2e6b1;
--color-5: #f6c9a7;
}
Lush Meadow Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8ee085, #a2d57c, #b5e59e, #f2e6b1, #f6c9a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8ee085, #a2d57c, #b5e59e, #f2e6b1, #f6c9a7);
}
似たようなカラーパレット
下にスクロールして200+個の緑カラーパレットを探索しましょう
Lush Meadow Breeze color palette created on .