Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4e6b;
}
.color-2 {
color: #4c8ea4;
}
.color-3 {
color: #8ecae6;
}
.color-4 {
color: #f6c80e;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #1e4e6b;
--color-2: #4c8ea4;
--color-3: #8ecae6;
--color-4: #f6c80e;
--color-5: #f7b32b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6b, #4c8ea4, #8ecae6, #f6c80e, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6b, #4c8ea4, #8ecae6, #f6c80e, #f7b32b);
}

Celestial Radiance color palette created on .