Blue Business カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Business palette

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

Blue Business カラーパレット CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #3fc69f;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f68a51;
}
.color-5 {
color: #d94f3a;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #3fc69f;
--color-3: #f9d66c;
--color-4: #f68a51;
--color-5: #d94f3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #3fc69f, #f9d66c, #f68a51, #d94f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #3fc69f, #f9d66c, #f68a51, #d94f3a);
}

Blue Business color palette created on .