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