Galactic Royalty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Royalty palette
Galactic Royalty color palette CSS
/* CSS */
.color-1 {
color: #a6a3e0;
}
.color-2 {
color: #f3c4e8;
}
.color-3 {
color: #ffdfb3;
}
.color-4 {
color: #ff75a8;
}
.color-5 {
color: #8c7aff;
}
/* CSS Variables */
:root {
--color-1: #a6a3e0;
--color-2: #f3c4e8;
--color-3: #ffdfb3;
--color-4: #ff75a8;
--color-5: #8c7aff;
}
Galactic Royalty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a3e0, #f3c4e8, #ffdfb3, #ff75a8, #8c7aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a3e0, #f3c4e8, #ffdfb3, #ff75a8, #8c7aff);
}
Similar color palettes
Galactic Royalty color palette created on .