Blue Stargazer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Stargazer palette

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

Blue Stargazer カラーパレット CSS

/* CSS */
.color-1 {
color: #5c7b99;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f2e6c4;
}
.color-4 {
color: #f7c6b1;
}
.color-5 {
color: #e76a6a;
}

/* CSS Variables */
:root {
--color-1: #5c7b99;
--color-2: #a3c7e0;
--color-3: #f2e6c4;
--color-4: #f7c6b1;
--color-5: #e76a6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7b99, #a3c7e0, #f2e6c4, #f7c6b1, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7b99, #a3c7e0, #f2e6c4, #f7c6b1, #e76a6a);
}

Blue Stargazer color palette created on .