Zesty Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Zesty Orange palette

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

Zesty Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #e68319;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f7c94b;
}
.color-4 {
color: #f4e3a4;
}
.color-5 {
color: #f5b7c0;
}

/* CSS Variables */
:root {
--color-1: #e68319;
--color-2: #f5a300;
--color-3: #f7c94b;
--color-4: #f4e3a4;
--color-5: #f5b7c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e68319, #f5a300, #f7c94b, #f4e3a4, #f5b7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e68319, #f5a300, #f7c94b, #f4e3a4, #f5b7c0);
}

Zesty Orange color palette created on .