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