Celestial Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dreams palette

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

Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c2e5;
}
.color-2 {
color: #b0a4da;
}
.color-3 {
color: #7b7b9d;
}
.color-4 {
color: #f6d788;
}
.color-5 {
color: #f3a749;
}

/* CSS Variables */
:root {
--color-1: #d1c2e5;
--color-2: #b0a4da;
--color-3: #7b7b9d;
--color-4: #f6d788;
--color-5: #f3a749;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c2e5, #b0a4da, #7b7b9d, #f6d788, #f3a749);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c2e5, #b0a4da, #7b7b9d, #f6d788, #f3a749);
}

Celestial Dreams color palette created on .