Ori Color Palette
Discover the beautiful Ori color palette featuring sunshade (#ffaf31), bright sun (#ffdd31), brink pink (#ff7483), razzle dazzle rose (#ff31c1) and hot pink (#ff7bd5).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Ori palette
๐ป Ori color palette CSS
/* CSS */
.color-1 {
color: #ffaf31;
}
.color-2 {
color: #ffdd31;
}
.color-3 {
color: #ff7483;
}
.color-4 {
color: #ff31c1;
}
.color-5 {
color: #ff7bd5;
}
/* CSS Variables */
:root {
--color-1: #ffaf31;
--color-2: #ffdd31;
--color-3: #ff7483;
--color-4: #ff31c1;
--color-5: #ff7bd5;
} ๐ Ori background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffaf31, #ffdd31, #ff7483, #ff31c1, #ff7bd5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffaf31, #ffdd31, #ff7483, #ff31c1, #ff7bd5);
} ๐ Explore similar color palettes
Ori color palette created on .