Majestic Noir カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Majestic Noir palette

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

Majestic Noir カラーパレット CSS

/* CSS */
.color-1 {
color: #ff80f7;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #a400b3;
}
.color-4 {
color: #6200b3;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #ff80f7;
--color-2: #d6006f;
--color-3: #a400b3;
--color-4: #6200b3;
--color-5: #000000;
}

Majestic Noir の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80f7, #d6006f, #a400b3, #6200b3, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80f7, #d6006f, #a400b3, #6200b3, #000000);
}

Majestic Noir color palette created on .