Blue Matthew カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Matthew palette

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

Blue Matthew カラーパレット CSS

/* CSS */
.color-1 {
color: #6e90bf;
}
.color-2 {
color: #8ec0e1;
}
.color-3 {
color: #b7e4f0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f46c6c;
}

/* CSS Variables */
:root {
--color-1: #6e90bf;
--color-2: #8ec0e1;
--color-3: #b7e4f0;
--color-4: #f6b83c;
--color-5: #f46c6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e90bf, #8ec0e1, #b7e4f0, #f6b83c, #f46c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e90bf, #8ec0e1, #b7e4f0, #f6b83c, #f46c6c);
}

Blue Matthew color palette created on .