Indigo Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Indigo Dreams palette

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

Indigo Dreams カラー パレット PNG 画像

Download indigo dreams color palette PNG image (landscape)
Download indigo dreams color palette PNG image (square)

Indigo Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5b4b91;
}
.color-3 {
color: #7a6aaf;
}
.color-4 {
color: #a57fbd;
}
.color-5 {
color: #e2c8e5;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5b4b91;
--color-3: #7a6aaf;
--color-4: #a57fbd;
--color-5: #e2c8e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5b4b91, #7a6aaf, #a57fbd, #e2c8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5b4b91, #7a6aaf, #a57fbd, #e2c8e5);
}

Indigo Dreams color palette created on .