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