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