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