Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #588fbb;
}
.color-3 {
color: #79c1e7;
}
.color-4 {
color: #f9d648;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #588fbb;
--color-3: #79c1e7;
--color-4: #f9d648;
--color-5: #ff7142;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #588fbb, #79c1e7, #f9d648, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #588fbb, #79c1e7, #f9d648, #ff7142);
}

Celestial Radiance color palette created on .