Cyan Circuitry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyan Circuitry palette

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

Cyan Circuitry カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8ef1;
}
.color-2 {
color: #58aee4;
}
.color-3 {
color: #8ed6e6;
}
.color-4 {
color: #b5e1e8;
}
.color-5 {
color: #e2f6f8;
}

/* CSS Variables */
:root {
--color-1: #1e8ef1;
--color-2: #58aee4;
--color-3: #8ed6e6;
--color-4: #b5e1e8;
--color-5: #e2f6f8;
}

Cyan Circuitry の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ef1, #58aee4, #8ed6e6, #b5e1e8, #e2f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ef1, #58aee4, #8ed6e6, #b5e1e8, #e2f6f8);
}

Cyan Circuitry color palette created on .