Bittersweet Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Orange palette

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

Bittersweet Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8a5c;
}
.color-2 {
color: #ffb67a;
}
.color-3 {
color: #ffdc6b;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff8a5c;
--color-2: #ffb67a;
--color-3: #ffdc6b;
--color-4: #ffe3b3;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8a5c, #ffb67a, #ffdc6b, #ffe3b3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8a5c, #ffb67a, #ffdc6b, #ffe3b3, #ff6e61);
}

Bittersweet Orange color palette created on .