Paleta de colores Mary's Warm Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mary's Warm Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Mary's Warm Embrace

/* CSS */
.color-1 {
color: #f6d8b6;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f9c5ae;
}
.color-4 {
color: #e07c3e;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #f6d8b6;
--color-2: #f5a524;
--color-3: #f9c5ae;
--color-4: #e07c3e;
--color-5: #f76e6e;
}

CSS del degradado de fondo Mary's Warm Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d8b6, #f5a524, #f9c5ae, #e07c3e, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d8b6, #f5a524, #f9c5ae, #e07c3e, #f76e6e);
}

Mary's Warm Embrace color palette created on .