Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f9ccb9;
}
.color-2 {
color: #f3a58c;
}
.color-3 {
color: #f3815e;
}
.color-4 {
color: #da654e;
}
.color-5 {
color: #a24b39;
}

/* CSS Variables */
:root {
--color-1: #f9ccb9;
--color-2: #f3a58c;
--color-3: #f3815e;
--color-4: #da654e;
--color-5: #a24b39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9ccb9, #f3a58c, #f3815e, #da654e, #a24b39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9ccb9, #f3a58c, #f3815e, #da654e, #a24b39);
}

Shades of Orange color palette created on .