Orange Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Shades palette

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

Orange Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e67e00;
}
.color-3 {
color: #c75300;
}
.color-4 {
color: #8a3e00;
}
.color-5 {
color: #4d2e00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e67e00;
--color-3: #c75300;
--color-4: #8a3e00;
--color-5: #4d2e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e67e00, #c75300, #8a3e00, #4d2e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e67e00, #c75300, #8a3e00, #4d2e00);
}

Orange Shades color palette created on .