Crimson Vine Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Vine Elegance palette
Crimson Vine Elegance color palette PNG image
Crimson Vine Elegance color palette CSS
/* CSS */
.color-1 {
color: #6d1c39;
}
.color-2 {
color: #9c405b;
}
.color-3 {
color: #c67b8f;
}
.color-4 {
color: #e2a2b6;
}
.color-5 {
color: #f1c1ce;
}
/* CSS Variables */
:root {
--color-1: #6d1c39;
--color-2: #9c405b;
--color-3: #c67b8f;
--color-4: #e2a2b6;
--color-5: #f1c1ce;
}
Crimson Vine Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d1c39, #9c405b, #c67b8f, #e2a2b6, #f1c1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d1c39, #9c405b, #c67b8f, #e2a2b6, #f1c1ce);
}
Similar color palettes
Crimson Vine Elegance color palette created on .