Kvetch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kvetch palette
Kvetch color palette PNG image
Kvetch color palette CSS
/* CSS */
.color-1 {
color: #5c4f72;
}
.color-2 {
color: #b89ac1;
}
.color-3 {
color: #e1c6d5;
}
.color-4 {
color: #f1e5b6;
}
.color-5 {
color: #d6a9b5;
}
/* CSS Variables */
:root {
--color-1: #5c4f72;
--color-2: #b89ac1;
--color-3: #e1c6d5;
--color-4: #f1e5b6;
--color-5: #d6a9b5;
}
Kvetch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4f72, #b89ac1, #e1c6d5, #f1e5b6, #d6a9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4f72, #b89ac1, #e1c6d5, #f1e5b6, #d6a9b5);
}
Similar color palettes
Scroll down to explore 40+ Purple color palettes
Kvetch color palette created on .