Paleta de colores Matthew's Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Matthew's Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Matthew's Dreamscape

/* CSS */
.color-1 {
color: #6e90bf;
}
.color-2 {
color: #8eb1d7;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #f35d58;
}

/* CSS Variables */
:root {
--color-1: #6e90bf;
--color-2: #8eb1d7;
--color-3: #a3d4e0;
--color-4: #f2b75a;
--color-5: #f35d58;
}

CSS del degradado de fondo Matthew's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e90bf, #8eb1d7, #a3d4e0, #f2b75a, #f35d58);
}

Matthew's Dreamscape color palette created on .