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