Paleta de colores Bittersweet Shades of Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bittersweet Shades of Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Bittersweet Shades of Orange

/* CSS */
.color-1 {
color: #ff8b6b;
}
.color-2 {
color: #ffb87a;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #ffebc2;
}
.color-5 {
color: #ff6c5c;
}

/* CSS Variables */
:root {
--color-1: #ff8b6b;
--color-2: #ffb87a;
--color-3: #ffe59e;
--color-4: #ffebc2;
--color-5: #ff6c5c;
}

CSS del degradado de fondo Bittersweet Shades of Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8b6b, #ffb87a, #ffe59e, #ffebc2, #ff6c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8b6b, #ffb87a, #ffe59e, #ffebc2, #ff6c5c);
}

Bittersweet Shades of Orange color palette created on .