Determined Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Determined Orange palette

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

Determined Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f1a03b;
}
.color-3 {
color: #e5a32a;
}
.color-4 {
color: #d56e2a;
}
.color-5 {
color: #c84a2d;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f1a03b;
--color-3: #e5a32a;
--color-4: #d56e2a;
--color-5: #c84a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f1a03b, #e5a32a, #d56e2a, #c84a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f1a03b, #e5a32a, #d56e2a, #c84a2d);
}

Determined Orange color palette created on .