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