Blue Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Starlight palette

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

Blue Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #587ebb;
}
.color-2 {
color: #a7c6e7;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #587ebb;
--color-2: #a7c6e7;
--color-3: #f2e6b5;
--color-4: #f9c54e;
--color-5: #f94346;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #587ebb, #a7c6e7, #f2e6b5, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #587ebb, #a7c6e7, #f2e6b5, #f9c54e, #f94346);
}

Blue Starlight color palette created on .