Blue Starlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Starlight palette

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

Blue Starlight カラーパレット CSS

/* CSS */
.color-1 {
color: #d3e0f3;
}
.color-2 {
color: #a8c8e1;
}
.color-3 {
color: #78b7d9;
}
.color-4 {
color: #2a8cc0;
}
.color-5 {
color: #1b5074;
}

/* CSS Variables */
:root {
--color-1: #d3e0f3;
--color-2: #a8c8e1;
--color-3: #78b7d9;
--color-4: #2a8cc0;
--color-5: #1b5074;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3e0f3, #a8c8e1, #78b7d9, #2a8cc0, #1b5074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3e0f3, #a8c8e1, #78b7d9, #2a8cc0, #1b5074);
}

Blue Starlight color palette created on .