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