Paleta de colores Thistlewood Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Thistlewood Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Thistlewood Dreamscape

/* CSS */
.color-1 {
color: #c6a8e6;
}
.color-2 {
color: #a0b1d9;
}
.color-3 {
color: #6c8cac;
}
.color-4 {
color: #4c908b;
}
.color-5 {
color: #1b4969;
}

/* CSS Variables */
:root {
--color-1: #c6a8e6;
--color-2: #a0b1d9;
--color-3: #6c8cac;
--color-4: #4c908b;
--color-5: #1b4969;
}

CSS del degradado de fondo Thistlewood Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a8e6, #a0b1d9, #6c8cac, #4c908b, #1b4969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a8e6, #a0b1d9, #6c8cac, #4c908b, #1b4969);
}

Thistlewood Dreamscape color palette created on .