Indigo Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Indigo Dreams palette
Indigo Dreams カラー パレット PNG 画像
Indigo Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #4051b5;
}
.color-2 {
color: #526cfe;
}
.color-3 {
color: #65b5f6;
}
.color-4 {
color: #80d3fa;
}
.color-5 {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--color-1: #4051b5;
--color-2: #526cfe;
--color-3: #65b5f6;
--color-4: #80d3fa;
--color-5: #b1eaf2;
}
Indigo Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4051b5, #526cfe, #65b5f6, #80d3fa, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4051b5, #526cfe, #65b5f6, #80d3fa, #b1eaf2);
}
似たようなカラーパレット
Indigo Dreams color palette created on .