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