Cyber Shadows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyber Shadows palette

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

Cyber Shadows カラーパレット CSS

/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #3d4a8a;
}
.color-3 {
color: #5f76b9;
}
.color-4 {
color: #a1c4e3;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #3d4a8a;
--color-3: #5f76b9;
--color-4: #a1c4e3;
--color-5: #f1f5f8;
}

Cyber Shadows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #3d4a8a, #5f76b9, #a1c4e3, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #3d4a8a, #5f76b9, #a1c4e3, #f1f5f8);
}

Cyber Shadows color palette created on .