Paleta de colores Bittersweet Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bittersweet Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Bittersweet Orange

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #fbbf3c;
}
.color-4 {
color: #fdd9a0;
}
.color-5 {
color: #8d4a2a;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f0a800;
--color-3: #fbbf3c;
--color-4: #fdd9a0;
--color-5: #8d4a2a;
}

CSS del degradado de fondo Bittersweet Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f0a800, #fbbf3c, #fdd9a0, #8d4a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f0a800, #fbbf3c, #fdd9a0, #8d4a2a);
}

Bittersweet Orange color palette created on .