Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a44b;
}
.color-2 {
color: #e29e4b;
}
.color-3 {
color: #d7695b;
}
.color-4 {
color: #a95b9d;
}
.color-5 {
color: #6c9eda;
}

/* CSS Variables */
:root {
--color-1: #f7a44b;
--color-2: #e29e4b;
--color-3: #d7695b;
--color-4: #a95b9d;
--color-5: #6c9eda;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a44b, #e29e4b, #d7695b, #a95b9d, #6c9eda);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a44b, #e29e4b, #d7695b, #a95b9d, #6c9eda);
}

Shades of Orange color palette created on .