Indigo Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Indigo Dreams palette
Indigo Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #700047;
}
.color-2 {
color: #a14eb1;
}
.color-3 {
color: #bc59e3;
}
.color-4 {
color: #ca25d0;
}
.color-5 {
color: #ce64c7;
}
/* CSS Variables */
:root {
--color-1: #700047;
--color-2: #a14eb1;
--color-3: #bc59e3;
--color-4: #ca25d0;
--color-5: #ce64c7;
}
Indigo Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #700047, #a14eb1, #bc59e3, #ca25d0, #ce64c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #700047, #a14eb1, #bc59e3, #ca25d0, #ce64c7);
}
似たようなカラーパレット
下にスクロールして200+個の紫カラーパレットを探索しましょう
Indigo Dreams color palette created on .