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