Blue Sigma カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sigma palette

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

Blue Sigma カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3b4e8c;
}
.color-3 {
color: #6184b8;
}
.color-4 {
color: #a4c0e5;
}
.color-5 {
color: #f0c17a;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3b4e8c;
--color-3: #6184b8;
--color-4: #a4c0e5;
--color-5: #f0c17a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3b4e8c, #6184b8, #a4c0e5, #f0c17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3b4e8c, #6184b8, #a4c0e5, #f0c17a);
}

Blue Sigma color palette created on .