Paleta de colores Minted Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minted Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Minted Dreams

/* CSS */
.color-1 {
color: #a4dad3;
}
.color-2 {
color: #b7e1e1;
}
.color-3 {
color: #c8eae8;
}
.color-4 {
color: #eff5f4;
}
.color-5 {
color: #e1b7c0;
}

/* CSS Variables */
:root {
--color-1: #a4dad3;
--color-2: #b7e1e1;
--color-3: #c8eae8;
--color-4: #eff5f4;
--color-5: #e1b7c0;
}

CSS del degradado de fondo Minted Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4dad3, #b7e1e1, #c8eae8, #eff5f4, #e1b7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4dad3, #b7e1e1, #c8eae8, #eff5f4, #e1b7c0);
}

Minted Dreams color palette created on .