Blue Blaze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Blaze palette

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

Blue Blaze カラーパレット CSS

/* CSS */
.color-1 {
color: #6b80ae;
}
.color-2 {
color: #96a4c5;
}
.color-3 {
color: #b1c6d3;
}
.color-4 {
color: #cee5ee;
}
.color-5 {
color: #f7fafc;
}

/* CSS Variables */
:root {
--color-1: #6b80ae;
--color-2: #96a4c5;
--color-3: #b1c6d3;
--color-4: #cee5ee;
--color-5: #f7fafc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b80ae, #96a4c5, #b1c6d3, #cee5ee, #f7fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b80ae, #96a4c5, #b1c6d3, #cee5ee, #f7fafc);
}

Blue Blaze color palette created on .