Paleta de colores Cat Nap

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cat Nap palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cat Nap

Download cat nap color palette PNG image (landscape)
Download cat nap color palette PNG image (square)

CSS de la paleta de colores Cat Nap

/* CSS */
.color-1 {
color: #f3e6d8;
}
.color-2 {
color: #d5c0ae;
}
.color-3 {
color: #c8a99d;
}
.color-4 {
color: #a56f7e;
}
.color-5 {
color: #7d4f6c;
}

/* CSS Variables */
:root {
--color-1: #f3e6d8;
--color-2: #d5c0ae;
--color-3: #c8a99d;
--color-4: #a56f7e;
--color-5: #7d4f6c;
}

CSS del degradado de fondo Cat Nap

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6d8, #d5c0ae, #c8a99d, #a56f7e, #7d4f6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6d8, #d5c0ae, #c8a99d, #a56f7e, #7d4f6c);
}

Cat Nap color palette created on .