Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #5a4fcf;
}
.color-2 {
color: #7871e0;
}
.color-3 {
color: #a1a8e8;
}
.color-4 {
color: #f0b2d1;
}
.color-5 {
color: #fca6a6;
}

/* CSS Variables */
:root {
--color-1: #5a4fcf;
--color-2: #7871e0;
--color-3: #a1a8e8;
--color-4: #f0b2d1;
--color-5: #fca6a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a4fcf, #7871e0, #a1a8e8, #f0b2d1, #fca6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a4fcf, #7871e0, #a1a8e8, #f0b2d1, #fca6a6);
}

Celestial Dreams color palette created on .