Wine and Ruby's Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wine and Ruby's palette
Wine and Ruby's color palette PNG image
Wine and Ruby's color palette CSS
/* CSS */
.color-1 {
color: #4a1c24;
}
.color-2 {
color: #9d3f43;
}
.color-3 {
color: #d66b6e;
}
.color-4 {
color: #e2b1b6;
}
.color-5 {
color: #f7d4d5;
}
/* CSS Variables */
:root {
--color-1: #4a1c24;
--color-2: #9d3f43;
--color-3: #d66b6e;
--color-4: #e2b1b6;
--color-5: #f7d4d5;
}
Wine and Ruby's background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a1c24, #9d3f43, #d66b6e, #e2b1b6, #f7d4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a1c24, #9d3f43, #d66b6e, #e2b1b6, #f7d4d5);
}
Similar color palettes
Wine and Ruby's color palette created on .