Orange Milo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Milo palette

Share this palette to:

Orange Milo color palette CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9e42;
}
.color-4 {
color: #ffbc75;
}
.color-5 {
color: #ffdd94;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #ff6d1f;
--color-3: #ff9e42;
--color-4: #ffbc75;
--color-5: #ffdd94;
}

Orange Milo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #ff6d1f, #ff9e42, #ffbc75, #ffdd94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #ff6d1f, #ff9e42, #ffbc75, #ffdd94);
}

Orange Milo color palette created on .