Neon Circuit Burst カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Circuit Burst palette

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

Neon Circuit Burst カラーパレット (PNG) をダウンロード

Download neon circuit burst color palette PNG image (landscape)
Download neon circuit burst color palette PNG image (square)

Neon Circuit Burst カラーパレット CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #32cd32;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff4400;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #32cd32;
--color-3: #ffd900;
--color-4: #ff4400;
--color-5: #ff6bb5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #32cd32, #ffd900, #ff4400, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #32cd32, #ffd900, #ff4400, #ff6bb5);
}

Neon Circuit Burst color palette created on .