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