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