Moonlit Vigilante カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moonlit Vigilante palette

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

Moonlit Vigilante カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d98;
}
.color-4 {
color: #6a82fb;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3d98;
--color-4: #6a82fb;
--color-5: #00bfff;
}

Moonlit Vigilante の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3d98, #6a82fb, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3d98, #6a82fb, #00bfff);
}

Moonlit Vigilante color palette created on .