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