Whispers of Verdant Fields カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Verdant Fields palette
Image Gallery
Whispers of Verdant Fields カラーパレット CSS
/* CSS */
.color-1 {
color: #d4dd6e;
}
.color-2 {
color: #a7b356;
}
.color-3 {
color: #85998a;
}
.color-4 {
color: #849343;
}
.color-5 {
color: #647335;
}
/* CSS Variables */
:root {
--color-1: #d4dd6e;
--color-2: #a7b356;
--color-3: #85998a;
--color-4: #849343;
--color-5: #647335;
}
Whispers of Verdant Fields の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4dd6e, #a7b356, #85998a, #849343, #647335);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4dd6e, #a7b356, #85998a, #849343, #647335);
}
似たようなカラーパレット
Whispers of Verdant Fields color palette created on .