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