Eclipse of Infinity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eclipse of Infinity palette
Eclipse of Infinity カラーパレット CSS
/* CSS */
.color-1 {
color: #1d1d3a;
}
.color-2 {
color: #3a3a5a;
}
.color-3 {
color: #5f5f81;
}
.color-4 {
color: #a8a8c7;
}
.color-5 {
color: #f1f1f8;
}
/* CSS Variables */
:root {
--color-1: #1d1d3a;
--color-2: #3a3a5a;
--color-3: #5f5f81;
--color-4: #a8a8c7;
--color-5: #f1f1f8;
}
Eclipse of Infinity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d3a, #3a3a5a, #5f5f81, #a8a8c7, #f1f1f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d3a, #3a3a5a, #5f5f81, #a8a8c7, #f1f1f8);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Eclipse of Infinity color palette created on .