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