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