Dark Red and Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Red and Purple palette
Dark Red and Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #9f332d;
}
.color-2 {
color: #7b1e3d;
}
.color-3 {
color: #b75c7f;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #4b0c21;
}
/* CSS Variables */
:root {
--color-1: #9f332d;
--color-2: #7b1e3d;
--color-3: #b75c7f;
--color-4: #e74d3c;
--color-5: #4b0c21;
}
Dark Red and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9f332d, #7b1e3d, #b75c7f, #e74d3c, #4b0c21);
}
似たようなカラーパレット
下にスクロールして1個のGothicカラーパレットを探索しましょう
Dark Red and Purple color palette created on .