Spiced Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spiced Orange palette

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

Spiced Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #d66b24;
}
.color-2 {
color: #c66b2a;
}
.color-3 {
color: #b65f3a;
}
.color-4 {
color: #e09f3e;
}
.color-5 {
color: #e3a359;
}

/* CSS Variables */
:root {
--color-1: #d66b24;
--color-2: #c66b2a;
--color-3: #b65f3a;
--color-4: #e09f3e;
--color-5: #e3a359;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}

Spiced Orange color palette created on .