Paleta de colores Golden Biscuit Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Biscuit Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Biscuit Delight

/* CSS */
.color-1 {
color: #f5e0a3;
}
.color-2 {
color: #e3cca1;
}
.color-3 {
color: #d0a16c;
}
.color-4 {
color: #c6996c;
}
.color-5 {
color: #a66b3a;
}

/* CSS Variables */
:root {
--color-1: #f5e0a3;
--color-2: #e3cca1;
--color-3: #d0a16c;
--color-4: #c6996c;
--color-5: #a66b3a;
}

CSS del degradado de fondo Golden Biscuit Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0a3, #e3cca1, #d0a16c, #c6996c, #a66b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0a3, #e3cca1, #d0a16c, #c6996c, #a66b3a);
}

Golden Biscuit Delight color palette created on .