Blue Man カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Man palette

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

Blue Man カラーパレット CSS

/* CSS */
.color-1 {
color: #3b7dba;
}
.color-2 {
color: #58c0df;
}
.color-3 {
color: #7ee0e7;
}
.color-4 {
color: #a2f1b3;
}
.color-5 {
color: #f6b74c;
}

/* CSS Variables */
:root {
--color-1: #3b7dba;
--color-2: #58c0df;
--color-3: #7ee0e7;
--color-4: #a2f1b3;
--color-5: #f6b74c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7dba, #58c0df, #7ee0e7, #a2f1b3, #f6b74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7dba, #58c0df, #7ee0e7, #a2f1b3, #f6b74c);
}

Blue Man color palette created on .