Kingsmith Wine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kingsmith Wine palette
Kingsmith Wine color palette PNG image
Kingsmith Wine color palette CSS
/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #795a96;
}
.color-3 {
color: #a76dba;
}
.color-4 {
color: #d69d9a;
}
.color-5 {
color: #e5c5c2;
}
/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #795a96;
--color-3: #a76dba;
--color-4: #d69d9a;
--color-5: #e5c5c2;
}
Kingsmith Wine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #795a96, #a76dba, #d69d9a, #e5c5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #795a96, #a76dba, #d69d9a, #e5c5c2);
}
Similar color palettes
Scroll down to explore 2 Purple color palettes
Kingsmith Wine color palette created on .