Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #2b2d9c;
}
.color-2 {
color: #505ec3;
}
.color-3 {
color: #789fe8;
}
.color-4 {
color: #9ec4f0;
}
.color-5 {
color: #f5f7ff;
}

/* CSS Variables */
:root {
--color-1: #2b2d9c;
--color-2: #505ec3;
--color-3: #789fe8;
--color-4: #9ec4f0;
--color-5: #f5f7ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2d9c, #505ec3, #789fe8, #9ec4f0, #f5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2d9c, #505ec3, #789fe8, #9ec4f0, #f5f7ff);
}

Celestial Dreams color palette created on .