Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #5f7e9b;
}
.color-3 {
color: #a1c1d3;
}
.color-4 {
color: #f2dfc0;
}
.color-5 {
color: #f29e4a;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #5f7e9b;
--color-3: #a1c1d3;
--color-4: #f2dfc0;
--color-5: #f29e4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #5f7e9b, #a1c1d3, #f2dfc0, #f29e4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #5f7e9b, #a1c1d3, #f2dfc0, #f29e4a);
}

Celestial Radiance color palette created on .