Cyberpunk Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyberpunk Dreams palette

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

Cyberpunk Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #fc2284;
}
.color-2 {
color: #cc0579;
}
.color-3 {
color: #6405ad;
}
.color-4 {
color: #340377;
}
.color-5 {
color: #19014b;
}

/* CSS Variables */
:root {
--color-1: #fc2284;
--color-2: #cc0579;
--color-3: #6405ad;
--color-4: #340377;
--color-5: #19014b;
}

Cyberpunk Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc2284, #cc0579, #6405ad, #340377, #19014b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc2284, #cc0579, #6405ad, #340377, #19014b);
}

Cyberpunk Dreams color palette created on .