Paleta de colores Crownshell

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crownshell palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Crownshell

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

CSS de la paleta de colores Crownshell

/* CSS */
.color-1 {
color: #ecd6a7;
}
.color-2 {
color: #e7af97;
}
.color-3 {
color: #cc8598;
}
.color-4 {
color: #ab6986;
}
.color-5 {
color: #764a7d;
}

/* CSS Variables */
:root {
--color-1: #ecd6a7;
--color-2: #e7af97;
--color-3: #cc8598;
--color-4: #ab6986;
--color-5: #764a7d;
}

CSS del degradado de fondo Crownshell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd6a7, #e7af97, #cc8598, #ab6986, #764a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd6a7, #e7af97, #cc8598, #ab6986, #764a7d);
}

Crownshell color palette created on .