Paleta de colores Queen of Cards

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Queen of Cards palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Queen of Cards

Download queen of cards color palette PNG image (landscape)
Download queen of cards color palette PNG image (square)

CSS de la paleta de colores Queen of Cards

/* CSS */
.color-1 {
color: #b92d2d;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f2d75f;
}
.color-4 {
color: #d6b3d0;
}
.color-5 {
color: #5e4b8b;
}

/* CSS Variables */
:root {
--color-1: #b92d2d;
--color-2: #f0a800;
--color-3: #f2d75f;
--color-4: #d6b3d0;
--color-5: #5e4b8b;
}

CSS del degradado de fondo Queen of Cards

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b92d2d, #f0a800, #f2d75f, #d6b3d0, #5e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b92d2d, #f0a800, #f2d75f, #d6b3d0, #5e4b8b);
}

Queen of Cards color palette created on .