Bittersweet Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Shades palette

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

Bittersweet Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff8e80;
}
.color-2 {
color: #fdc8b4;
}
.color-3 {
color: #fedfcd;
}
.color-4 {
color: #fbecb1;
}
.color-5 {
color: #f4d39f;
}

/* CSS Variables */
:root {
--color-1: #ff8e80;
--color-2: #fdc8b4;
--color-3: #fedfcd;
--color-4: #fbecb1;
--color-5: #f4d39f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8e80, #fdc8b4, #fedfcd, #fbecb1, #f4d39f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8e80, #fdc8b4, #fedfcd, #fbecb1, #f4d39f);
}

Bittersweet Shades color palette created on .