Midnight Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Dreamscape palette

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

Midnight Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #dde2f4;
}
.color-2 {
color: #b29acb;
}
.color-3 {
color: #4f497e;
}
.color-4 {
color: #090995;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #dde2f4;
--color-2: #b29acb;
--color-3: #4f497e;
--color-4: #090995;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dde2f4, #b29acb, #4f497e, #090995, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dde2f4, #b29acb, #4f497e, #090995, #000000);
}

Midnight Dreamscape color palette created on .