Lush Meadow Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lush Meadow Serenade palette
Lush Meadow Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #a1c879;
}
.color-2 {
color: #b9d58b;
}
.color-3 {
color: #d5ea9f;
}
.color-4 {
color: #fce7a1;
}
.color-5 {
color: #f6b83c;
}
/* CSS Variables */
:root {
--color-1: #a1c879;
--color-2: #b9d58b;
--color-3: #d5ea9f;
--color-4: #fce7a1;
--color-5: #f6b83c;
}
Lush Meadow Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c879, #b9d58b, #d5ea9f, #fce7a1, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c879, #b9d58b, #d5ea9f, #fce7a1, #f6b83c);
}
似たようなカラーパレット
Lush Meadow Serenade color palette created on .