Determined Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Determined Orange palette

このパレットを共有する先:

Determined Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94a;
}
.color-2 {
color: #f1a027;
}
.color-3 {
color: #f06b2d;
}
.color-4 {
color: #d3503c;
}
.color-5 {
color: #9c2b3a;
}

/* CSS Variables */
:root {
--color-1: #f7c94a;
--color-2: #f1a027;
--color-3: #f06b2d;
--color-4: #d3503c;
--color-5: #9c2b3a;
}

Determined Orange の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94a, #f1a027, #f06b2d, #d3503c, #9c2b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94a, #f1a027, #f06b2d, #d3503c, #9c2b3a);
}

Determined Orange color palette created on .