Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #faaa29;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f17e8a;
}
.color-4 {
color: #d36f93;
}
.color-5 {
color: #9b4b8e;
}

/* CSS Variables */
:root {
--color-1: #faaa29;
--color-2: #f1c6a7;
--color-3: #f17e8a;
--color-4: #d36f93;
--color-5: #9b4b8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaa29, #f1c6a7, #f17e8a, #d36f93, #9b4b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaa29, #f1c6a7, #f17e8a, #d36f93, #9b4b8e);
}

Shades of Orange color palette created on .