Celestial Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Spectrum palette

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

Celestial Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #387aff;
}
.color-2 {
color: #4d5bff;
}
.color-3 {
color: #7c6bff;
}
.color-4 {
color: #a77aff;
}
.color-5 {
color: #c68aff;
}

/* CSS Variables */
:root {
--color-1: #387aff;
--color-2: #4d5bff;
--color-3: #7c6bff;
--color-4: #a77aff;
--color-5: #c68aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #387aff, #4d5bff, #7c6bff, #a77aff, #c68aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #387aff, #4d5bff, #7c6bff, #a77aff, #c68aff);
}

Celestial Spectrum color palette created on .