Celestial Glow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Glow palette

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

Celestial Glow カラーパレット CSS

/* CSS */
.color-1 {
color: #eadb9f;
}
.color-2 {
color: #e6c894;
}
.color-3 {
color: #d9ae59;
}
.color-4 {
color: #cda04c;
}
.color-5 {
color: #c69b24;
}

/* CSS Variables */
:root {
--color-1: #eadb9f;
--color-2: #e6c894;
--color-3: #d9ae59;
--color-4: #cda04c;
--color-5: #c69b24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eadb9f, #e6c894, #d9ae59, #cda04c, #c69b24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eadb9f, #e6c894, #d9ae59, #cda04c, #c69b24);
}

Celestial Glow color palette created on .