Celestial Signals カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Signals palette

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

Celestial Signals カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2b3e;
}
.color-2 {
color: #3f4c69;
}
.color-3 {
color: #5f7b91;
}
.color-4 {
color: #8ab3c7;
}
.color-5 {
color: #bfe0f3;
}

/* CSS Variables */
:root {
--color-1: #1e2b3e;
--color-2: #3f4c69;
--color-3: #5f7b91;
--color-4: #8ab3c7;
--color-5: #bfe0f3;
}

Celestial Signals の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2b3e, #3f4c69, #5f7b91, #8ab3c7, #bfe0f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2b3e, #3f4c69, #5f7b91, #8ab3c7, #bfe0f3);
}

Celestial Signals color palette created on .