Forest Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Whisper palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Forest Whisper カラーパレット (PNG) をダウンロード
Forest Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #91a06e;
}
.color-2 {
color: #a5826f;
}
.color-3 {
color: #eed6c4;
}
.color-4 {
color: #55694f;
}
.color-5 {
color: #bdba8f;
}
/* CSS Variables */
:root {
--color-1: #91a06e;
--color-2: #a5826f;
--color-3: #eed6c4;
--color-4: #55694f;
--color-5: #bdba8f;
}
Forest Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #91a06e, #a5826f, #eed6c4, #55694f, #bdba8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #91a06e, #a5826f, #eed6c4, #55694f, #bdba8f);
}
似たようなカラーパレット
Forest Whisper color palette created on .