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