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