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