Whispers of the Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
Whispers of the Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #4e7b7e;
}
.color-2 {
color: #5f9b8b;
}
.color-3 {
color: #7bc6a4;
}
.color-4 {
color: #a3e1c3;
}
.color-5 {
color: #d7f4e5;
}
/* CSS Variables */
:root {
--color-1: #4e7b7e;
--color-2: #5f9b8b;
--color-3: #7bc6a4;
--color-4: #a3e1c3;
--color-5: #d7f4e5;
}
Whispers of the Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b7e, #5f9b8b, #7bc6a4, #a3e1c3, #d7f4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b7e, #5f9b8b, #7bc6a4, #a3e1c3, #d7f4e5);
}
似たようなカラーパレット
下にスクロールして100+個のフォレストカラーパレットを探索しましょう
Whispers of the Forest color palette created on .