Martian Sunrise カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Martian Sunrise palette
Martian Sunrise カラーパレット CSS
/* CSS */
.color-1 {
color: #c84c3c;
}
.color-2 {
color: #f5714d;
}
.color-3 {
color: #f9a76c;
}
.color-4 {
color: #fcd99c;
}
.color-5 {
color: #e2d49c;
}
/* CSS Variables */
:root {
--color-1: #c84c3c;
--color-2: #f5714d;
--color-3: #f9a76c;
--color-4: #fcd99c;
--color-5: #e2d49c;
}
Martian Sunrise の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c84c3c, #f5714d, #f9a76c, #fcd99c, #e2d49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c84c3c, #f5714d, #f9a76c, #fcd99c, #e2d49c);
}
似たようなカラーパレット
Martian Sunrise color palette created on .