Blue Stars カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Stars palette

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

Blue Stars カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #41a9c8;
}
.color-3 {
color: #5ee1e4;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #41a9c8;
--color-3: #5ee1e4;
--color-4: #f9c54e;
--color-5: #f94346;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #41a9c8, #5ee1e4, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #41a9c8, #5ee1e4, #f9c54e, #f94346);
}

Blue Stars color palette created on .