Moonlit Forest Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Moonlit Forest Tones palette
Moonlit Forest Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #f4f6f6;
}
.color-2 {
color: #888877;
}
.color-3 {
color: #6a4447;
}
.color-4 {
color: #395060;
}
.color-5 {
color: #243d4c;
}
/* CSS Variables */
:root {
--color-1: #f4f6f6;
--color-2: #888877;
--color-3: #6a4447;
--color-4: #395060;
--color-5: #243d4c;
}
Moonlit Forest Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4f6f6, #888877, #6a4447, #395060, #243d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4f6f6, #888877, #6a4447, #395060, #243d4c);
}
似たようなカラーパレット
下にスクロールして4個のLight grayカラーパレットを探索しましょう
Moonlit Forest Tones color palette created on .