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