Mystery Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystery Blue palette

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

Mystery Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3c3e8b;
}
.color-2 {
color: #506e95;
}
.color-3 {
color: #7a9cb3;
}
.color-4 {
color: #b1d9e2;
}
.color-5 {
color: #f1f3f4;
}

/* CSS Variables */
:root {
--color-1: #3c3e8b;
--color-2: #506e95;
--color-3: #7a9cb3;
--color-4: #b1d9e2;
--color-5: #f1f3f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c3e8b, #506e95, #7a9cb3, #b1d9e2, #f1f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c3e8b, #506e95, #7a9cb3, #b1d9e2, #f1f3f4);
}

Mystery Blue color palette created on .