Literary Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Literary Dreams palette

Condividi questa palette a:

tavolozza dei colori Literary Dreams CSS

/* 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 con gradiente di sfondo 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 .