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