Shades of Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Orange palette

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

Shades of Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b942;
}
.color-2 {
color: #f09b4c;
}
.color-3 {
color: #f0674c;
}
.color-4 {
color: #e04d61;
}
.color-5 {
color: #c3508f;
}

/* CSS Variables */
:root {
--color-1: #f5b942;
--color-2: #f09b4c;
--color-3: #f0674c;
--color-4: #e04d61;
--color-5: #c3508f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b942, #f09b4c, #f0674c, #e04d61, #c3508f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b942, #f09b4c, #f0674c, #e04d61, #c3508f);
}

Shades of Orange color palette created on .