Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #5c347f;
}
.color-2 {
color: #a33e8e;
}
.color-3 {
color: #d0587c;
}
.color-4 {
color: #eaab6c;
}
.color-5 {
color: #e8c578;
}

/* CSS Variables */
:root {
--color-1: #5c347f;
--color-2: #a33e8e;
--color-3: #d0587c;
--color-4: #eaab6c;
--color-5: #e8c578;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c347f, #a33e8e, #d0587c, #eaab6c, #e8c578);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c347f, #a33e8e, #d0587c, #eaab6c, #e8c578);
}

Celestial Dreams color palette created on .