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