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