Celestial Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Mirage palette

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

Celestial Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b2a83;
}
.color-3 {
color: #9e3d8e;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ffb829;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2a83;
--color-3: #9e3d8e;
--color-4: #ff5d38;
--color-5: #ffb829;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}

Celestial Mirage color palette created on .