Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #491f5c;
}
.color-2 {
color: #6c2a92;
}
.color-3 {
color: #8d3bba;
}
.color-4 {
color: #b84ad3;
}
.color-5 {
color: #d35f97;
}

/* CSS Variables */
:root {
--color-1: #491f5c;
--color-2: #6c2a92;
--color-3: #8d3bba;
--color-4: #b84ad3;
--color-5: #d35f97;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #491f5c, #6c2a92, #8d3bba, #b84ad3, #d35f97);
}

Celestial Dreams color palette created on .