Spectral Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spectral Elegance palette

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

Spectral Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #c6b7e1;
}
.color-3 {
color: #f2a1c5;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #4c3e70;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #c6b7e1;
--color-3: #f2a1c5;
--color-4: #ffb84d;
--color-5: #4c3e70;
}

Spectral Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #c6b7e1, #f2a1c5, #ffb84d, #4c3e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #c6b7e1, #f2a1c5, #ffb84d, #4c3e70);
}

Spectral Elegance color palette created on .