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