Bittersweet Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Orange palette

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

Bittersweet Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8280;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffb742;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ffd966;
}

/* CSS Variables */
:root {
--color-1: #ff8280;
--color-2: #ffa07a;
--color-3: #ffb742;
--color-4: #ffc94d;
--color-5: #ffd966;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8280, #ffa07a, #ffb742, #ffc94d, #ffd966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8280, #ffa07a, #ffb742, #ffc94d, #ffd966);
}

Bittersweet Orange color palette created on .