Ruby-Red Lips Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ruby-Red Lips palette
Ruby-Red Lips color palette PNG image
Ruby-Red Lips color palette CSS
/* CSS */
.color-1 {
color: #7a0016;
}
.color-2 {
color: #85000b;
}
.color-3 {
color: #990003;
}
.color-4 {
color: #a80003;
}
.color-5 {
color: #c2003a;
}
/* CSS Variables */
:root {
--color-1: #7a0016;
--color-2: #85000b;
--color-3: #990003;
--color-4: #a80003;
--color-5: #c2003a;
}
Ruby-Red Lips background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a0016, #85000b, #990003, #a80003, #c2003a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a0016, #85000b, #990003, #a80003, #c2003a);
}
Similar color palettes
Ruby-Red Lips color palette created on .