Paleta de colores Exotic Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Exotic Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Exotic Orange

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #4b9b8e;
}
.color-5 {
color: #e4baf2;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #d95d3a;
--color-4: #4b9b8e;
--color-5: #e4baf2;
}

CSS del degradado de fondo Exotic Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #d95d3a, #4b9b8e, #e4baf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #d95d3a, #4b9b8e, #e4baf2);
}

Exotic Orange color palette created on .