Midnight Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blossoms palette

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

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

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

Midnight Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #1d0d2b;
}
.color-2 {
color: #4a2c54;
}
.color-3 {
color: #814b86;
}
.color-4 {
color: #bc6cad;
}
.color-5 {
color: #f1a7ca;
}

/* CSS Variables */
:root {
--color-1: #1d0d2b;
--color-2: #4a2c54;
--color-3: #814b86;
--color-4: #bc6cad;
--color-5: #f1a7ca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d0d2b, #4a2c54, #814b86, #bc6cad, #f1a7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d0d2b, #4a2c54, #814b86, #bc6cad, #f1a7ca);
}

Midnight Blossoms color palette created on .