Paleta de colores Bittersweet Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bittersweet Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Bittersweet Breeze

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #a6d9d9;
}
.color-5 {
color: #7c9bcb;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9aeae;
--color-3: #f9e89f;
--color-4: #a6d9d9;
--color-5: #7c9bcb;
}

CSS del degradado de fondo Bittersweet Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9aeae, #f9e89f, #a6d9d9, #7c9bcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9aeae, #f9e89f, #a6d9d9, #7c9bcb);
}

Bittersweet Breeze color palette created on .