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