Neon Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Dreamscape palette

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

Neon Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #00f2ff;
}
.color-2 {
color: #ff2e93;
}
.color-3 {
color: #ff6e00;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #8800ff;
}

/* CSS Variables */
:root {
--color-1: #00f2ff;
--color-2: #ff2e93;
--color-3: #ff6e00;
--color-4: #ffb300;
--color-5: #8800ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00f2ff, #ff2e93, #ff6e00, #ffb300, #8800ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00f2ff, #ff2e93, #ff6e00, #ffb300, #8800ff);
}

Neon Dreamscape color palette created on .