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