Indigo Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Indigo Dreams palette
Indigo Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #2a2e6f;
}
.color-2 {
color: #4b4f8b;
}
.color-3 {
color: #7a7db8;
}
.color-4 {
color: #a4a7e5;
}
.color-5 {
color: #d1d4f0;
}
/* CSS Variables */
:root {
--color-1: #2a2e6f;
--color-2: #4b4f8b;
--color-3: #7a7db8;
--color-4: #a4a7e5;
--color-5: #d1d4f0;
}
Indigo Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e6f, #4b4f8b, #7a7db8, #a4a7e5, #d1d4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e6f, #4b4f8b, #7a7db8, #a4a7e5, #d1d4f0);
}
似たようなカラーパレット
Indigo Dreams color palette created on .