Fate of the Sixtieth Tear カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fate of the Sixtieth Tear palette
Fate of the Sixtieth Tear カラーパレット CSS
/* CSS */
.color-1 {
color: #212c54;
}
.color-2 {
color: #547dc4;
}
.color-3 {
color: #d7f4f2;
}
.color-4 {
color: #fbde8e;
}
.color-5 {
color: #ffce52;
}
/* CSS Variables */
:root {
--color-1: #212c54;
--color-2: #547dc4;
--color-3: #d7f4f2;
--color-4: #fbde8e;
--color-5: #ffce52;
}
Fate of the Sixtieth Tear の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #212c54, #547dc4, #d7f4f2, #fbde8e, #ffce52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #212c54, #547dc4, #d7f4f2, #fbde8e, #ffce52);
}
似たようなカラーパレット
Fate of the Sixtieth Tear color palette created on .