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