Celestial Sparkle カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Sparkle palette
Celestial Sparkle カラーパレット CSS
/* CSS */
.color-1 {
color: #1f1d3a;
}
.color-2 {
color: #3b3a59;
}
.color-3 {
color: #605c7f;
}
.color-4 {
color: #d49fe0;
}
.color-5 {
color: #e6b2f0;
}
/* CSS Variables */
:root {
--color-1: #1f1d3a;
--color-2: #3b3a59;
--color-3: #605c7f;
--color-4: #d49fe0;
--color-5: #e6b2f0;
}
Celestial Sparkle の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1d3a, #3b3a59, #605c7f, #d49fe0, #e6b2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1d3a, #3b3a59, #605c7f, #d49fe0, #e6b2f0);
}
似たようなカラーパレット
Celestial Sparkle color palette created on .