Indigo Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Indigo Dreams palette

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

Indigo Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #5e2b91;
}
.color-3 {
color: #7c69bf;
}
.color-4 {
color: #9e8fdb;
}
.color-5 {
color: #b8b2e6;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #5e2b91;
--color-3: #7c69bf;
--color-4: #9e8fdb;
--color-5: #b8b2e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #5e2b91, #7c69bf, #9e8fdb, #b8b2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #5e2b91, #7c69bf, #9e8fdb, #b8b2e6);
}

Indigo Dreams color palette created on .