Prestigious Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Prestigious palette
Prestigious color palette PNG image
Prestigious color palette CSS
/* CSS */
.color-1 {
color: #5a5c7c;
}
.color-2 {
color: #8b7c9c;
}
.color-3 {
color: #b69cc4;
}
.color-4 {
color: #e6b3c3;
}
.color-5 {
color: #f7c8bb;
}
/* CSS Variables */
:root {
--color-1: #5a5c7c;
--color-2: #8b7c9c;
--color-3: #b69cc4;
--color-4: #e6b3c3;
--color-5: #f7c8bb;
}
Prestigious background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a5c7c, #8b7c9c, #b69cc4, #e6b3c3, #f7c8bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a5c7c, #8b7c9c, #b69cc4, #e6b3c3, #f7c8bb);
}
Similar color palettes
Prestigious color palette created on .