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