Paleta de colores Warm Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Warm Orange

/* CSS */
.color-1 {
color: #fbc989;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d85b0e;
}
.color-4 {
color: #a34e43;
}
.color-5 {
color: #f0e4c7;
}

/* CSS Variables */
:root {
--color-1: #fbc989;
--color-2: #ff6e61;
--color-3: #d85b0e;
--color-4: #a34e43;
--color-5: #f0e4c7;
}

CSS del degradado de fondo Warm Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc989, #ff6e61, #d85b0e, #a34e43, #f0e4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc989, #ff6e61, #d85b0e, #a34e43, #f0e4c7);
}

Warm Orange color palette created on .