Paleta de colores Berry Delight Indulgence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Berry Delight Indulgence palette

Compartir esta paleta en:

CSS de la paleta de colores Berry Delight Indulgence

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #f5deb2;
}
.color-5 {
color: #7a3f00;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #895b29;
--color-3: #ff8052;
--color-4: #f5deb2;
--color-5: #7a3f00;
}

CSS del degradado de fondo Berry Delight Indulgence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #895b29, #ff8052, #f5deb2, #7a3f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #895b29, #ff8052, #f5deb2, #7a3f00);
}

Berry Delight Indulgence color palette created on .