Midnight Blooms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Blooms palette

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

Midnight Blooms カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a4c;
}
.color-2 {
color: #4b2c63;
}
.color-3 {
color: #704d7a;
}
.color-4 {
color: #a63f6a;
}
.color-5 {
color: #d67a8d;
}

/* CSS Variables */
:root {
--color-1: #1a1a4c;
--color-2: #4b2c63;
--color-3: #704d7a;
--color-4: #a63f6a;
--color-5: #d67a8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a4c, #4b2c63, #704d7a, #a63f6a, #d67a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a4c, #4b2c63, #704d7a, #a63f6a, #d67a8d);
}

Midnight Blooms color palette created on .