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