Paleta de colores Bittersweet Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bittersweet Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Bittersweet Harmony

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9a34e;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #6bb7f5;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9a34e;
--color-3: #f4cf3e;
--color-4: #a3d55d;
--color-5: #6bb7f5;
}

CSS del degradado de fondo Bittersweet Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9a34e, #f4cf3e, #a3d55d, #6bb7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9a34e, #f4cf3e, #a3d55d, #6bb7f5);
}

Bittersweet Harmony color palette created on .