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