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