Bittersweet Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Sunset palette

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

Bittersweet Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #84c2a8;
}
.color-5 {
color: #3d5a99;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f0a800;
--color-3: #f4d35d;
--color-4: #84c2a8;
--color-5: #3d5a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f0a800, #f4d35d, #84c2a8, #3d5a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f0a800, #f4d35d, #84c2a8, #3d5a99);
}

Bittersweet Sunset color palette created on .