Celestial Confection カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Confection palette

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

Celestial Confection カラーパレット CSS

/* CSS */
.color-1 {
color: #1d202a;
}
.color-2 {
color: #2e2c3a;
}
.color-3 {
color: #474a5c;
}
.color-4 {
color: #bdbdd6;
}
.color-5 {
color: #f7f2e9;
}

/* CSS Variables */
:root {
--color-1: #1d202a;
--color-2: #2e2c3a;
--color-3: #474a5c;
--color-4: #bdbdd6;
--color-5: #f7f2e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d202a, #2e2c3a, #474a5c, #bdbdd6, #f7f2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d202a, #2e2c3a, #474a5c, #bdbdd6, #f7f2e9);
}

Celestial Confection color palette created on .