Paleta de colores Bittersweet Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bittersweet Shades palette

Compartir esta paleta en:

Descargar la paleta de colores Bittersweet Shades (PNG)

Download bittersweet shades color palette PNG image (landscape)
Download bittersweet shades color palette PNG image (square)

CSS de la paleta de colores Bittersweet Shades

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9a96c;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #a4d66b;
}
.color-5 {
color: #6cf9a9;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a96c;
--color-3: #f9d86c;
--color-4: #a4d66b;
--color-5: #6cf9a9;
}

CSS del degradado de fondo Bittersweet Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a96c, #f9d86c, #a4d66b, #6cf9a9);
}

Bittersweet Shades color palette created on .