Bittersweet Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bittersweet Harmony palette
Bittersweet Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #d9e9d3;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #5cdb95;
}
/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #fab700;
--color-3: #d9e9d3;
--color-4: #a7d7b8;
--color-5: #5cdb95;
}
Bittersweet Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #fab700, #d9e9d3, #a7d7b8, #5cdb95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #fab700, #d9e9d3, #a7d7b8, #5cdb95);
}
似たようなカラーパレット
Bittersweet Harmony color palette created on .