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