Paleta de colores Enchanted Biscuit Bliss

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Enchanted Biscuit Bliss palette

Compartir esta paleta en:

CSS de la paleta de colores Enchanted Biscuit Bliss

/* CSS */
.color-1 {
color: #f2d5c0;
}
.color-2 {
color: #e8b1a1;
}
.color-3 {
color: #d7a7b6;
}
.color-4 {
color: #b691ca;
}
.color-5 {
color: #a67dba;
}

/* CSS Variables */
:root {
--color-1: #f2d5c0;
--color-2: #e8b1a1;
--color-3: #d7a7b6;
--color-4: #b691ca;
--color-5: #a67dba;
}

CSS del degradado de fondo Enchanted Biscuit Bliss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c0, #e8b1a1, #d7a7b6, #b691ca, #a67dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c0, #e8b1a1, #d7a7b6, #b691ca, #a67dba);
}

Enchanted Biscuit Bliss color palette created on .