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: #f6f7f9;
}
.color-2 {
color: #3c3e5d;
}
.color-3 {
color: #23243e;
}
.color-4 {
color: #c6b89a;
}
.color-5 {
color: #5c2d4e;
}

/* CSS Variables */
:root {
--color-1: #f6f7f9;
--color-2: #3c3e5d;
--color-3: #23243e;
--color-4: #c6b89a;
--color-5: #5c2d4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f7f9, #3c3e5d, #23243e, #c6b89a, #5c2d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f7f9, #3c3e5d, #23243e, #c6b89a, #5c2d4e);
}

Midnight Blossom color palette created on .