Emily's Wine Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emily's Wine Red palette
Emily's Wine Red color palette PNG image
Emily's Wine Red color palette CSS
/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #c93b4b;
}
.color-3 {
color: #da6c75;
}
.color-4 {
color: #e8b0b5;
}
.color-5 {
color: #f1d0d6;
}
/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #c93b4b;
--color-3: #da6c75;
--color-4: #e8b0b5;
--color-5: #f1d0d6;
}
Emily's Wine Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #c93b4b, #da6c75, #e8b0b5, #f1d0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #c93b4b, #da6c75, #e8b0b5, #f1d0d6);
}
Similar color palettes
Emily's Wine Red color palette created on .