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: #ff776b;
}
.color-2 {
color: #ffb28f;
}
.color-3 {
color: #ffe7a3;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff9900;
}

/* CSS Variables */
:root {
--color-1: #ff776b;
--color-2: #ffb28f;
--color-3: #ffe7a3;
--color-4: #ffd54d;
--color-5: #ff9900;
}

CSS del degradado de fondo Bittersweet Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff776b, #ffb28f, #ffe7a3, #ffd54d, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff776b, #ffb28f, #ffe7a3, #ffd54d, #ff9900);
}

Bittersweet Orange color palette created on .