Blue Might カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Might palette

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

Blue Might カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #396079;
}
.color-3 {
color: #607c8a;
}
.color-4 {
color: #7b8a7f;
}
.color-5 {
color: #8a8160;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #396079;
--color-3: #607c8a;
--color-4: #7b8a7f;
--color-5: #8a8160;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #396079, #607c8a, #7b8a7f, #8a8160);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #396079, #607c8a, #7b8a7f, #8a8160);
}

Blue Might color palette created on .