Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4a3c9a;
}
.color-3 {
color: #786db6;
}
.color-4 {
color: #b1a3d2;
}
.color-5 {
color: #e1c3ef;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4a3c9a;
--color-3: #786db6;
--color-4: #b1a3d2;
--color-5: #e1c3ef;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4a3c9a, #786db6, #b1a3d2, #e1c3ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4a3c9a, #786db6, #b1a3d2, #e1c3ef);
}

Celestial Dreams color palette created on .