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