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