Orange Rex Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Rex palette

Share this palette to:

Orange Rex color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #f1d03b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6b8f24;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d5c;
--color-3: #f1d03b;
--color-4: #a3d55d;
--color-5: #6b8f24;
}

Orange Rex background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d5c, #f1d03b, #a3d55d, #6b8f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d5c, #f1d03b, #a3d55d, #6b8f24);
}

Orange Rex color palette created on .