Cyborg Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyborg Elegance palette

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

Cyborg Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #3b3e5e;
}
.color-2 {
color: #5f5b8b;
}
.color-3 {
color: #8b6b9e;
}
.color-4 {
color: #c5a5c0;
}
.color-5 {
color: #f8d0a0;
}

/* CSS Variables */
:root {
--color-1: #3b3e5e;
--color-2: #5f5b8b;
--color-3: #8b6b9e;
--color-4: #c5a5c0;
--color-5: #f8d0a0;
}

Cyborg Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e5e, #5f5b8b, #8b6b9e, #c5a5c0, #f8d0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e5e, #5f5b8b, #8b6b9e, #c5a5c0, #f8d0a0);
}

Cyborg Elegance color palette created on .