Midnight Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blossom palette

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

Midnight Blossom カラー パレット PNG 画像

Download midnight blossom color palette PNG image (landscape)
Download midnight blossom color palette PNG image (square)

Midnight Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #33001f;
}
.color-2 {
color: #47002b;
}
.color-3 {
color: #5c0037;
}
.color-4 {
color: #700043;
}
.color-5 {
color: #850050;
}

/* CSS Variables */
:root {
--color-1: #33001f;
--color-2: #47002b;
--color-3: #5c0037;
--color-4: #700043;
--color-5: #850050;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33001f, #47002b, #5c0037, #700043, #850050);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33001f, #47002b, #5c0037, #700043, #850050);
}

Midnight Blossom color palette created on .