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