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