Starry the Space Feline カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Starry the Space Feline palette
Starry the Space Feline カラーパレット CSS
/* CSS */
.color-1 {
color: #1d1e3a;
}
.color-2 {
color: #3b3c6d;
}
.color-3 {
color: #595a9b;
}
.color-4 {
color: #8a8cff;
}
.color-5 {
color: #e5ebff;
}
/* CSS Variables */
:root {
--color-1: #1d1e3a;
--color-2: #3b3c6d;
--color-3: #595a9b;
--color-4: #8a8cff;
--color-5: #e5ebff;
}
Starry the Space Feline の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1e3a, #3b3c6d, #595a9b, #8a8cff, #e5ebff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1e3a, #3b3c6d, #595a9b, #8a8cff, #e5ebff);
}
似たようなカラーパレット
Starry the Space Feline color palette created on .