Orange Nora Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Nora palette

Share this palette to:

Orange Nora color palette CSS

/* CSS */
.color-1 {
color: #f9c9b9;
}
.color-2 {
color: #f39e58;
}
.color-3 {
color: #f47f1f;
}
.color-4 {
color: #c85c1e;
}
.color-5 {
color: #aa4c1d;
}

/* CSS Variables */
:root {
--color-1: #f9c9b9;
--color-2: #f39e58;
--color-3: #f47f1f;
--color-4: #c85c1e;
--color-5: #aa4c1d;
}

Orange Nora background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c9b9, #f39e58, #f47f1f, #c85c1e, #aa4c1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c9b9, #f39e58, #f47f1f, #c85c1e, #aa4c1d);
}

Orange Nora color palette created on .