Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e7a;
}
.color-2 {
color: #695b9a;
}
.color-3 {
color: #8979be;
}
.color-4 {
color: #b89bd9;
}
.color-5 {
color: #dfb2f0;
}

/* CSS Variables */
:root {
--color-1: #4c3e7a;
--color-2: #695b9a;
--color-3: #8979be;
--color-4: #b89bd9;
--color-5: #dfb2f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e7a, #695b9a, #8979be, #b89bd9, #dfb2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e7a, #695b9a, #8979be, #b89bd9, #dfb2f0);
}

Celestial Dreams color palette created on .