Dark Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Red palette
Dark Red カラーパレット CSS
/* CSS */
.color-1 {
color: #5e2b30;
}
.color-2 {
color: #89393c;
}
.color-3 {
color: #b65f5d;
}
.color-4 {
color: #d89b8d;
}
.color-5 {
color: #f4c2b3;
}
/* CSS Variables */
:root {
--color-1: #5e2b30;
--color-2: #89393c;
--color-3: #b65f5d;
--color-4: #d89b8d;
--color-5: #f4c2b3;
}
Dark Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b30, #89393c, #b65f5d, #d89b8d, #f4c2b3);
}
似たようなカラーパレット
パレットが見つかりません
別のフィルターを試すか、現在の選択をクリアしてください。
Dark Red color palette created on .