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