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