Spectrum of Connection カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spectrum of Connection palette

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

Spectrum of Connection カラーパレット CSS

/* CSS */
.color-1 {
color: #5abfba;
}
.color-2 {
color: #e4b7f0;
}
.color-3 {
color: #f7d67e;
}
.color-4 {
color: #f44e4e;
}
.color-5 {
color: #a6599d;
}

/* CSS Variables */
:root {
--color-1: #5abfba;
--color-2: #e4b7f0;
--color-3: #f7d67e;
--color-4: #f44e4e;
--color-5: #a6599d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfba, #e4b7f0, #f7d67e, #f44e4e, #a6599d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfba, #e4b7f0, #f7d67e, #f44e4e, #a6599d);
}

Spectrum of Connection color palette created on .