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