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