Paleta de colores Mulberry Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mulberry Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Mulberry Dreamscape

/* CSS */
.color-1 {
color: #d85f8d;
}
.color-2 {
color: #a84d80;
}
.color-3 {
color: #6d2c4b;
}
.color-4 {
color: #e9b9d7;
}
.color-5 {
color: #f6a2b2;
}

/* CSS Variables */
:root {
--color-1: #d85f8d;
--color-2: #a84d80;
--color-3: #6d2c4b;
--color-4: #e9b9d7;
--color-5: #f6a2b2;
}

CSS del degradado de fondo Mulberry Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}

Mulberry Dreamscape color palette created on .