Purple Galaxy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Galaxy palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Purple Galaxy カラーパレット (PNG) をダウンロード
Purple Galaxy カラーパレット CSS
/* CSS */
.color-1 {
color: #060070;
}
.color-2 {
color: #2200e6;
}
.color-3 {
color: #6b0fff;
}
.color-4 {
color: #b85cff;
}
.color-5 {
color: #e875ff;
}
/* CSS Variables */
:root {
--color-1: #060070;
--color-2: #2200e6;
--color-3: #6b0fff;
--color-4: #b85cff;
--color-5: #e875ff;
}
Purple Galaxy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060070, #2200e6, #6b0fff, #b85cff, #e875ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060070, #2200e6, #6b0fff, #b85cff, #e875ff);
}
似たようなカラーパレット
Purple Galaxy color palette created on .