Blue Business カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Business palette

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

Blue Business カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4d76;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #84b1c2;
}
.color-4 {
color: #c5e2e7;
}
.color-5 {
color: #f0f2f4;
}

/* CSS Variables */
:root {
--color-1: #1e4d76;
--color-2: #507e9b;
--color-3: #84b1c2;
--color-4: #c5e2e7;
--color-5: #f0f2f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d76, #507e9b, #84b1c2, #c5e2e7, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d76, #507e9b, #84b1c2, #c5e2e7, #f0f2f4);
}

Blue Business color palette created on .