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