Royal Mage Unicorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Mage Unicorn palette
Royal Mage Unicorn color palette PNG image
Royal Mage Unicorn color palette CSS
/* CSS */
.color-1 {
color: #6f3c8b;
}
.color-2 {
color: #9a5fbf;
}
.color-3 {
color: #d9a2e6;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f9d8c3;
}
/* CSS Variables */
:root {
--color-1: #6f3c8b;
--color-2: #9a5fbf;
--color-3: #d9a2e6;
--color-4: #f1c6e7;
--color-5: #f9d8c3;
}
Royal Mage Unicorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f3c8b, #9a5fbf, #d9a2e6, #f1c6e7, #f9d8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f3c8b, #9a5fbf, #d9a2e6, #f1c6e7, #f9d8c3);
}
Similar color palettes
Royal Mage Unicorn color palette created on .