Celestial Dusk カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Dusk palette

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

Celestial Dusk カラーパレット CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #2d4c9a;
}
.color-3 {
color: #4a6bbf;
}
.color-4 {
color: #7ba8e0;
}
.color-5 {
color: #9ec2e5;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #2d4c9a;
--color-3: #4a6bbf;
--color-4: #7ba8e0;
--color-5: #9ec2e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #2d4c9a, #4a6bbf, #7ba8e0, #9ec2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #2d4c9a, #4a6bbf, #7ba8e0, #9ec2e5);
}

Celestial Dusk color palette created on .