Kaiser Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kaiser palette
Color Inspiration
Images that showcase this color palette in real designs
Download Kaiser Color Palette (PNG)
Kaiser color palette CSS
/* CSS */
.color-1 {
color: #c2b6e2;
}
.color-2 {
color: #a67db5;
}
.color-3 {
color: #e2a6c7;
}
.color-4 {
color: #fcd8b6;
}
.color-5 {
color: #fbc1a2;
}
/* CSS Variables */
:root {
--color-1: #c2b6e2;
--color-2: #a67db5;
--color-3: #e2a6c7;
--color-4: #fcd8b6;
--color-5: #fbc1a2;
}
Kaiser background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b6e2, #a67db5, #e2a6c7, #fcd8b6, #fbc1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b6e2, #a67db5, #e2a6c7, #fcd8b6, #fbc1a2);
}
Similar color palettes
Scroll down to explore 80+ Lavender color palettes
Kaiser color palette created on .