Blue Starry カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Starry palette

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

Blue Starry カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3d5a99;
}
.color-3 {
color: #697eba;
}
.color-4 {
color: #d6b84c;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3d5a99;
--color-3: #697eba;
--color-4: #d6b84c;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3d5a99, #697eba, #d6b84c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3d5a99, #697eba, #d6b84c, #f0a800);
}

Blue Starry color palette created on .