Blue Members カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Members palette

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

Blue Members カラーパレット CSS

/* CSS */
.color-1 {
color: #1b3a6f;
}
.color-2 {
color: #4a87b0;
}
.color-3 {
color: #6cc7e0;
}
.color-4 {
color: #a3e0df;
}
.color-5 {
color: #ffb85c;
}

/* CSS Variables */
:root {
--color-1: #1b3a6f;
--color-2: #4a87b0;
--color-3: #6cc7e0;
--color-4: #a3e0df;
--color-5: #ffb85c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3a6f, #4a87b0, #6cc7e0, #a3e0df, #ffb85c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3a6f, #4a87b0, #6cc7e0, #a3e0df, #ffb85c);
}

Blue Members color palette created on .