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