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: #ecf2b6;
}
.color-3 {
color: #cde972;
}
.color-4 {
color: #bde03e;
}
.color-5 {
color: #a2bf22;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ecf2b6;
--color-3: #cde972;
--color-4: #bde03e;
--color-5: #a2bf22;
}
Whispers of Nature の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ecf2b6, #cde972, #bde03e, #a2bf22);
}
似たようなカラーパレット
Whispers of Nature color palette created on .