Cognitive Circuitry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cognitive Circuitry palette

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

Cognitive Circuitry カラーパレット CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #3e7a93;
}
.color-3 {
color: #5dc6b6;
}
.color-4 {
color: #a1e3c6;
}
.color-5 {
color: #f4f6ee;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #3e7a93;
--color-3: #5dc6b6;
--color-4: #a1e3c6;
--color-5: #f4f6ee;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #3e7a93, #5dc6b6, #a1e3c6, #f4f6ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #3e7a93, #5dc6b6, #a1e3c6, #f4f6ee);
}

Cognitive Circuitry color palette created on .