Magical Purple and Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Magical Purple and Blue palette
Magical Purple and Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #af2385;
}
.color-2 {
color: #833e89;
}
.color-3 {
color: #686fb1;
}
.color-4 {
color: #aca3dc;
}
.color-5 {
color: #c2c3e0;
}
/* CSS Variables */
:root {
--color-1: #af2385;
--color-2: #833e89;
--color-3: #686fb1;
--color-4: #aca3dc;
--color-5: #c2c3e0;
}
Magical Purple and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af2385, #833e89, #686fb1, #aca3dc, #c2c3e0);
}
似たようなカラーパレット
Magical Purple and Blue color palette created on .