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