Paleta de colores Mila's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mila's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Mila's Dreamscape

/* CSS */
.color-1 {
color: #f0a3c7;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #85e0c5;
}
.color-4 {
color: #4d8af5;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f0a3c7;
--color-2: #f9d66c;
--color-3: #85e0c5;
--color-4: #4d8af5;
--color-5: #ff6e61;
}

CSS del degradado de fondo Mila's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3c7, #f9d66c, #85e0c5, #4d8af5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3c7, #f9d66c, #85e0c5, #4d8af5, #ff6e61);
}

Mila's Dreamscape color palette created on .