Royal Orchid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Orchid palette
Color Inspiration
Images that showcase this color palette in real designs
Download Royal Orchid Color Palette (PNG)
Royal Orchid color palette CSS
/* CSS */
.color-1 {
color: #3d1a6b;
}
.color-2 {
color: #6d509b;
}
.color-3 {
color: #a45eb5;
}
.color-4 {
color: #dea94f;
}
.color-5 {
color: #f7c94b;
}
/* CSS Variables */
:root {
--color-1: #3d1a6b;
--color-2: #6d509b;
--color-3: #a45eb5;
--color-4: #dea94f;
--color-5: #f7c94b;
}
Royal Orchid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1a6b, #6d509b, #a45eb5, #dea94f, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1a6b, #6d509b, #a45eb5, #dea94f, #f7c94b);
}
Similar color palettes
Royal Orchid color palette created on .