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