Purple Entity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Entity palette
Purple Entity color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #8c72a1;
}
.color-4 {
color: #cba7d7;
}
.color-5 {
color: #e4c1e7;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6a5b8b;
--color-3: #8c72a1;
--color-4: #cba7d7;
--color-5: #e4c1e7;
}
Purple Entity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6a5b8b, #8c72a1, #cba7d7, #e4c1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6a5b8b, #8c72a1, #cba7d7, #e4c1e7);
}
Similar color palettes
Purple Entity color palette created on .