Magenta Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Magenta Night palette

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

Magenta Night カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #a400b3;
--color-3: #d6006f;
--color-4: #ff7092;
--color-5: #ffcc00;
}

Magenta Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #a400b3, #d6006f, #ff7092, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #a400b3, #d6006f, #ff7092, #ffcc00);
}

Magenta Night color palette created on .