Bittersweet Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Yellow palette

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

Bittersweet Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #fbbf60;
}
.color-3 {
color: #f4df3e;
}
.color-4 {
color: #65cdaa;
}
.color-5 {
color: #3b8dba;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #fbbf60;
--color-3: #f4df3e;
--color-4: #65cdaa;
--color-5: #3b8dba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #fbbf60, #f4df3e, #65cdaa, #3b8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #fbbf60, #f4df3e, #65cdaa, #3b8dba);
}

Bittersweet Yellow color palette created on .