Indigo Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Indigo Sunset palette

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

Indigo Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8c7ba7;
}
.color-4 {
color: #a9a3d1;
}
.color-5 {
color: #f4c543;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #6a5b8b;
--color-3: #8c7ba7;
--color-4: #a9a3d1;
--color-5: #f4c543;
}

Indigo Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #6a5b8b, #8c7ba7, #a9a3d1, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #6a5b8b, #8c7ba7, #a9a3d1, #f4c543);
}

Indigo Sunset color palette created on .