Forest Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest Whisper palette
Image Gallery
Forest Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #7b7b74;
}
.color-2 {
color: #051114;
}
.color-3 {
color: #d7e0d9;
}
.color-4 {
color: #3b5436;
}
.color-5 {
color: #9db955;
}
/* CSS Variables */
:root {
--color-1: #7b7b74;
--color-2: #051114;
--color-3: #d7e0d9;
--color-4: #3b5436;
--color-5: #9db955;
}
Forest Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b7b74, #051114, #d7e0d9, #3b5436, #9db955);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b7b74, #051114, #d7e0d9, #3b5436, #9db955);
}
似たようなカラーパレット
下にスクロールして200+個の灰色カラーパレットを探索しましょう
Forest Whisper color palette created on .