Celestial Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Glow palette

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

Celestial Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b800;
}
.color-2 {
color: #f2e2a6;
}
.color-3 {
color: #9b8ad0;
}
.color-4 {
color: #5f8dce;
}
.color-5 {
color: #3d3c6d;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #f2e2a6;
--color-3: #9b8ad0;
--color-4: #5f8dce;
--color-5: #3d3c6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #f2e2a6, #9b8ad0, #5f8dce, #3d3c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #f2e2a6, #9b8ad0, #5f8dce, #3d3c6d);
}

Celestial Glow color palette created on .