Paleta de colores Orange Nora

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Nora palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Nora

/* 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;
}

CSS del degradado de fondo Orange Nora

/* 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 .