Sunset Mirage カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Mirage palette
Sunset Mirage カラーパレット CSS
/* CSS */
.color-1 {
color: #971c11;
}
.color-2 {
color: #964f0d;
}
.color-3 {
color: #125948;
}
.color-4 {
color: #2b1240;
}
.color-5 {
color: #910d29;
}
/* CSS Variables */
:root {
--color-1: #971c11;
--color-2: #964f0d;
--color-3: #125948;
--color-4: #2b1240;
--color-5: #910d29;
}
Sunset Mirage の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #971c11, #964f0d, #125948, #2b1240, #910d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #971c11, #964f0d, #125948, #2b1240, #910d29);
}
似たようなカラーパレット
Sunset Mirage color palette created on .