"Deep Forest Reverie" カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with "Deep Forest Reverie" palette
"Deep Forest Reverie" カラーパレット CSS
/* CSS */
.color-1 {
color: #7c9896;
}
.color-2 {
color: #23878b;
}
.color-3 {
color: #bc3a0b;
}
.color-4 {
color: #551e11;
}
.color-5 {
color: #3c150c;
}
/* CSS Variables */
:root {
--color-1: #7c9896;
--color-2: #23878b;
--color-3: #bc3a0b;
--color-4: #551e11;
--color-5: #3c150c;
}
"Deep Forest Reverie" の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9896, #23878b, #bc3a0b, #551e11, #3c150c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9896, #23878b, #bc3a0b, #551e11, #3c150c);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
"Deep Forest Reverie" color palette created on .