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: #d23732;
}
.color-2 {
color: #f0553d;
}
.color-3 {
color: #a15ec5;
}
.color-4 {
color: #4c409c;
}
.color-5 {
color: #ef9c3e;
}
/* CSS Variables */
:root {
--color-1: #d23732;
--color-2: #f0553d;
--color-3: #a15ec5;
--color-4: #4c409c;
--color-5: #ef9c3e;
}
Shades of Red and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23732, #f0553d, #a15ec5, #4c409c, #ef9c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23732, #f0553d, #a15ec5, #4c409c, #ef9c3e);
}
似たようなカラーパレット
Shades of Red and Purple color palette created on .