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