Red Wine Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Wine Shades palette

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

Red Wine Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #7a1f2a;
}
.color-2 {
color: #b03b4c;
}
.color-3 {
color: #e06c79;
}
.color-4 {
color: #f8a0a5;
}
.color-5 {
color: #f1d7d0;
}

/* CSS Variables */
:root {
--color-1: #7a1f2a;
--color-2: #b03b4c;
--color-3: #e06c79;
--color-4: #f8a0a5;
--color-5: #f1d7d0;
}

Red Wine Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f2a, #b03b4c, #e06c79, #f8a0a5, #f1d7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f2a, #b03b4c, #e06c79, #f8a0a5, #f1d7d0);
}

Red Wine Shades color palette created on .