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