Shades of Indigo カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Indigo palette
Shades of Indigo カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1e4f;
}
.color-2 {
color: #3a2c77;
}
.color-3 {
color: #6b4c9a;
}
.color-4 {
color: #9f5fab;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #1c1e4f;
--color-2: #3a2c77;
--color-3: #6b4c9a;
--color-4: #9f5fab;
--color-5: #eab8e4;
}
Shades of Indigo の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e4f, #3a2c77, #6b4c9a, #9f5fab, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e4f, #3a2c77, #6b4c9a, #9f5fab, #eab8e4);
}
似たようなカラーパレット
下にスクロールして10個のエステティックカラーパレットを探索しましょう
Shades of Indigo color palette created on .