Paleta de colores Cat's Whimsy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cat's Whimsy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cat's Whimsy

Download cat's whimsy color palette PNG image (landscape)
Download cat's whimsy color palette PNG image (square)

CSS de la paleta de colores Cat's Whimsy

/* CSS */
.color-1 {
color: #b57d9c;
}
.color-2 {
color: #e4afd4;
}
.color-3 {
color: #f0d24c;
}
.color-4 {
color: #e33b6d;
}
.color-5 {
color: #c6c5c3;
}

/* CSS Variables */
:root {
--color-1: #b57d9c;
--color-2: #e4afd4;
--color-3: #f0d24c;
--color-4: #e33b6d;
--color-5: #c6c5c3;
}

CSS del degradado de fondo Cat's Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}

Cat's Whimsy color palette created on .