Neon Specter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Specter palette

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

Neon Specter カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #c61585;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #00ff80;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #c61585;
--color-4: #ff1492;
--color-5: #00ff80;
}

Neon Specter の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #c61585, #ff1492, #00ff80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #c61585, #ff1492, #00ff80);
}

似たようなカラーパレット

Neon Specter color palette created on .