Rory Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rory palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rory Color Palette (PNG)
Rory color palette CSS
/* CSS */
.color-1 {
color: #d4b4f3;
}
.color-2 {
color: #683c7c;
}
.color-3 {
color: #391854;
}
.color-4 {
color: #f0e2f8;
}
.color-5 {
color: #503357;
}
/* CSS Variables */
:root {
--color-1: #d4b4f3;
--color-2: #683c7c;
--color-3: #391854;
--color-4: #f0e2f8;
--color-5: #503357;
}
Rory background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b4f3, #683c7c, #391854, #f0e2f8, #503357);
}
Similar color palettes
Rory color palette created on .