Orange Mac Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Mac palette

Share this palette to:

Orange Mac color palette CSS

/* CSS */
.color-1 {
color: #a4c1ae;
}
.color-2 {
color: #f3e4aa;
}
.color-3 {
color: #f2ba5a;
}
.color-4 {
color: #e8693b;
}
.color-5 {
color: #d1493d;
}

/* CSS Variables */
:root {
--color-1: #a4c1ae;
--color-2: #f3e4aa;
--color-3: #f2ba5a;
--color-4: #e8693b;
--color-5: #d1493d;
}

Orange Mac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c1ae, #f3e4aa, #f2ba5a, #e8693b, #d1493d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c1ae, #f3e4aa, #f2ba5a, #e8693b, #d1493d);
}

Orange Mac color palette created on .