Cyborg Skies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyborg Skies palette

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

Cyborg Skies カラーパレット CSS

/* CSS */
.color-1 {
color: #2e4a9e;
}
.color-2 {
color: #5a7dba;
}
.color-3 {
color: #7cb7e4;
}
.color-4 {
color: #b2e1f5;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #2e4a9e;
--color-2: #5a7dba;
--color-3: #7cb7e4;
--color-4: #b2e1f5;
--color-5: #f5f9ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a9e, #5a7dba, #7cb7e4, #b2e1f5, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a9e, #5a7dba, #7cb7e4, #b2e1f5, #f5f9ff);
}

Cyborg Skies color palette created on .