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