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