Shades of Indigo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Indigo palette

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

Shades of Indigo カラーパレット CSS

/* CSS */
.color-1 {
color: #3e5b98;
}
.color-2 {
color: #587ebb;
}
.color-3 {
color: #7ca4d5;
}
.color-4 {
color: #a3c9e0;
}
.color-5 {
color: #d1e6f0;
}

/* CSS Variables */
:root {
--color-1: #3e5b98;
--color-2: #587ebb;
--color-3: #7ca4d5;
--color-4: #a3c9e0;
--color-5: #d1e6f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5b98, #587ebb, #7ca4d5, #a3c9e0, #d1e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5b98, #587ebb, #7ca4d5, #a3c9e0, #d1e6f0);
}

Shades of Indigo color palette created on .