Midnight Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blossom palette

このパレットを共有する先:

Midnight Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2d3e;
}
.color-2 {
color: #804d6e;
}
.color-3 {
color: #b68b9e;
}
.color-4 {
color: #e2c5c7;
}
.color-5 {
color: #f9f1f3;
}

/* CSS Variables */
:root {
--color-1: #3b2d3e;
--color-2: #804d6e;
--color-3: #b68b9e;
--color-4: #e2c5c7;
--color-5: #f9f1f3;
}

Midnight Blossom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2d3e, #804d6e, #b68b9e, #e2c5c7, #f9f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2d3e, #804d6e, #b68b9e, #e2c5c7, #f9f1f3);
}

Midnight Blossom color palette created on .