Celestial Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

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

Celestial Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #4b2e84;
}
.color-2 {
color: #6f4fab;
}
.color-3 {
color: #a55db1;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #4b2e84;
--color-2: #6f4fab;
--color-3: #a55db1;
--color-4: #f1c6e7;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2e84, #6f4fab, #a55db1, #f1c6e7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2e84, #6f4fab, #a55db1, #f1c6e7, #ffffff);
}

Celestial Dreamscape color palette created on .