Paleta de colores Orange Saint

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Saint palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Saint

/* CSS */
.color-1 {
color: #f9b248;
}
.color-2 {
color: #f6b55a;
}
.color-3 {
color: #f99f3e;
}
.color-4 {
color: #f47648;
}
.color-5 {
color: #e85d3b;
}

/* CSS Variables */
:root {
--color-1: #f9b248;
--color-2: #f6b55a;
--color-3: #f99f3e;
--color-4: #f47648;
--color-5: #e85d3b;
}

CSS del degradado de fondo Orange Saint

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b248, #f6b55a, #f99f3e, #f47648, #e85d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b248, #f6b55a, #f99f3e, #f47648, #e85d3b);
}

Orange Saint color palette created on .