Midnight Luna カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Luna palette

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

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

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

Midnight Luna カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e3d;
}
.color-2 {
color: #3b4a7d;
}
.color-3 {
color: #5b7db9;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #f8f9fc;
}

/* CSS Variables */
:root {
--color-1: #1a1e3d;
--color-2: #3b4a7d;
--color-3: #5b7db9;
--color-4: #a2c7e7;
--color-5: #f8f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e3d, #3b4a7d, #5b7db9, #a2c7e7, #f8f9fc);
}

Midnight Luna color palette created on .