Paleta de colores Dream Cat
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dream Cat palette
Imagen PNG de la paleta de colores Dream Cat
CSS de la paleta de colores Dream Cat
/* CSS */
.color-1 {
color: #e8e4fc;
}
.color-2 {
color: #f0e1f9;
}
.color-3 {
color: #fce8f8;
}
.color-4 {
color: #faf4f4;
}
.color-5 {
color: #d3edfd;
}
/* CSS Variables */
:root {
--color-1: #e8e4fc;
--color-2: #f0e1f9;
--color-3: #fce8f8;
--color-4: #faf4f4;
--color-5: #d3edfd;
}
CSS del degradado de fondo Dream Cat
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8e4fc, #f0e1f9, #fce8f8, #faf4f4, #d3edfd);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 60+ paletas de colores Estético
Dream Cat color palette created on .