Celestial Tracks カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Tracks palette

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

Celestial Tracks カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f4c;
}
.color-2 {
color: #2e2b73;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #e63746;
}

/* CSS Variables */
:root {
--color-1: #1a1f4c;
--color-2: #2e2b73;
--color-3: #f9c54e;
--color-4: #ff6e61;
--color-5: #e63746;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f4c, #2e2b73, #f9c54e, #ff6e61, #e63746);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f4c, #2e2b73, #f9c54e, #ff6e61, #e63746);
}

Celestial Tracks color palette created on .