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