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