Paleta de colores Spook

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spook palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Spook

Download spook color palette PNG image (landscape)
Download spook color palette PNG image (square)

CSS de la paleta de colores Spook

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #6e4e4e;
}
.color-3 {
color: #a26d6d;
}
.color-4 {
color: #d5a990;
}
.color-5 {
color: #efe4d7;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #6e4e4e;
--color-3: #a26d6d;
--color-4: #d5a990;
--color-5: #efe4d7;
}

CSS del degradado de fondo Spook

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #6e4e4e, #a26d6d, #d5a990, #efe4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #6e4e4e, #a26d6d, #d5a990, #efe4d7);
}

Spook color palette created on .