Paleta de colores Literary Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Literary Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Literary Dreams

/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #dee2ed;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #f6cbcb;
}

/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #899bc2;
--color-3: #dee2ed;
--color-4: #f7f7f7;
--color-5: #f6cbcb;
}

CSS del degradado de fondo Literary Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #899bc2, #dee2ed, #f7f7f7, #f6cbcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #899bc2, #dee2ed, #f7f7f7, #f6cbcb);
}

Literary Dreams color palette created on .