Independent Muse カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Independent Muse palette

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

Independent Muse カラー パレット PNG 画像

Download independent muse color palette PNG image (landscape)
Download independent muse color palette PNG image (square)

Independent Muse カラーパレット CSS

/* CSS */
.color-1 {
color: #e94e77;
}
.color-2 {
color: #f6a2b8;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #5cc0eb;
}
.color-5 {
color: #1d3658;
}

/* CSS Variables */
:root {
--color-1: #e94e77;
--color-2: #f6a2b8;
--color-3: #ffcb5c;
--color-4: #5cc0eb;
--color-5: #1d3658;
}

Independent Muse の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e94e77, #f6a2b8, #ffcb5c, #5cc0eb, #1d3658);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e94e77, #f6a2b8, #ffcb5c, #5cc0eb, #1d3658);
}

Independent Muse color palette created on .