Celestial Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Radiance palette

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

Celestial Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #a77ccb;
}
.color-2 {
color: #c5a3e0;
}
.color-3 {
color: #f2d4e1;
}
.color-4 {
color: #f9d57b;
}
.color-5 {
color: #f7a44b;
}

/* CSS Variables */
:root {
--color-1: #a77ccb;
--color-2: #c5a3e0;
--color-3: #f2d4e1;
--color-4: #f9d57b;
--color-5: #f7a44b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77ccb, #c5a3e0, #f2d4e1, #f9d57b, #f7a44b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77ccb, #c5a3e0, #f2d4e1, #f9d57b, #f7a44b);
}

Celestial Radiance color palette created on .