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