Cranberry Wine Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cranberry Wine Shades palette
Cranberry Wine Shades color palette CSS
/* CSS */
.color-1 {
color: #c11a4f;
}
.color-2 {
color: #d95854;
}
.color-3 {
color: #e2b6d3;
}
.color-4 {
color: #9a3c3c;
}
.color-5 {
color: #b43147;
}
/* CSS Variables */
:root {
--color-1: #c11a4f;
--color-2: #d95854;
--color-3: #e2b6d3;
--color-4: #9a3c3c;
--color-5: #b43147;
}
Cranberry Wine Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c11a4f, #d95854, #e2b6d3, #9a3c3c, #b43147);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c11a4f, #d95854, #e2b6d3, #9a3c3c, #b43147);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Cranberry Wine Shades color palette created on .