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