Purple Freesia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Freesia palette
Purple Freesia color palette PNG image
Purple Freesia color palette CSS
/* CSS */
.color-1 {
color: #e6a1e8;
}
.color-2 {
color: #c48cd9;
}
.color-3 {
color: #9f6abe;
}
.color-4 {
color: #8c91c0;
}
.color-5 {
color: #d9b9e4;
}
/* CSS Variables */
:root {
--color-1: #e6a1e8;
--color-2: #c48cd9;
--color-3: #9f6abe;
--color-4: #8c91c0;
--color-5: #d9b9e4;
}
Purple Freesia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a1e8, #c48cd9, #9f6abe, #8c91c0, #d9b9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a1e8, #c48cd9, #9f6abe, #8c91c0, #d9b9e4);
}
Similar color palettes
Purple Freesia color palette created on .