Bittersweet Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bittersweet Harmony palette

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

Bittersweet Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9a34e;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6bb7f5;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a34e;
--color-3: #f4cf3e;
--color-4: #a3d55d;
--color-5: #6bb7f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a34e, #f4cf3e, #a3d55d, #6bb7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a34e, #f4cf3e, #a3d55d, #6bb7f5);
}

Bittersweet Harmony color palette created on .