Dark Blue Galaxy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Blue Galaxy palette
Dark Blue Galaxy カラーパレット (PNG) をダウンロード
Dark Blue Galaxy カラーパレット CSS
/* CSS */
.color-1 {
color: #1e1f4d;
}
.color-2 {
color: #504c94;
}
.color-3 {
color: #7c7cb1;
}
.color-4 {
color: #a8c8e6;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #1e1f4d;
--color-2: #504c94;
--color-3: #7c7cb1;
--color-4: #a8c8e6;
--color-5: #f0a400;
}
Dark Blue Galaxy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f4d, #504c94, #7c7cb1, #a8c8e6, #f0a400);
}
似たようなカラーパレット
Dark Blue Galaxy color palette created on .