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