Blue INTJ カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue INTJ palette

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

Blue INTJ カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a5b9c;
}
.color-3 {
color: #4f7ebf;
}
.color-4 {
color: #88c9e7;
}
.color-5 {
color: #f5c400;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a5b9c;
--color-3: #4f7ebf;
--color-4: #88c9e7;
--color-5: #f5c400;
}

Blue INTJ の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a5b9c, #4f7ebf, #88c9e7, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a5b9c, #4f7ebf, #88c9e7, #f5c400);
}

Blue INTJ color palette created on .