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