Muted Red and Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Red and Green palette

このパレットを共有する先:

Muted Red and Green カラーパレット CSS

/* CSS */
.color-1 {
color: #a6211c;
}
.color-2 {
color: #5c7b3d;
}
.color-3 {
color: #a03a31;
}
.color-4 {
color: #b8d590;
}
.color-5 {
color: #e0594d;
}

/* CSS Variables */
:root {
--color-1: #a6211c;
--color-2: #5c7b3d;
--color-3: #a03a31;
--color-4: #b8d590;
--color-5: #e0594d;
}

Muted Red and Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6211c, #5c7b3d, #a03a31, #b8d590, #e0594d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6211c, #5c7b3d, #a03a31, #b8d590, #e0594d);
}

Muted Red and Green color palette created on .