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