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