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