Paleta de colores Thistle Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Thistle Dreams palette
CSS de la paleta de colores Thistle Dreams
/* CSS */
.color-1 {
color: #d8c0d8;
}
.color-2 {
color: #e6a2e3;
}
.color-3 {
color: #f8b9ce;
}
.color-4 {
color: #ffb3e4;
}
.color-5 {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--color-1: #d8c0d8;
--color-2: #e6a2e3;
--color-3: #f8b9ce;
--color-4: #ffb3e4;
--color-5: #ff6bb5;
}
CSS del degradado de fondo Thistle Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c0d8, #e6a2e3, #f8b9ce, #ffb3e4, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c0d8, #e6a2e3, #f8b9ce, #ffb3e4, #ff6bb5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Thistle Dreams color palette created on .