Futuristic Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Futuristic Fusion palette

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

Futuristic Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #54748c;
}
.color-2 {
color: #54808c;
}
.color-3 {
color: #56a6f5;
}
.color-4 {
color: #2b7bf3;
}
.color-5 {
color: #8078ed;
}

/* CSS Variables */
:root {
--color-1: #54748c;
--color-2: #54808c;
--color-3: #56a6f5;
--color-4: #2b7bf3;
--color-5: #8078ed;
}

Futuristic Fusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54748c, #54808c, #56a6f5, #2b7bf3, #8078ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54748c, #54808c, #56a6f5, #2b7bf3, #8078ed);
}

Futuristic Fusion color palette created on .