Queen of Cards Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Queen of Cards palette
Immagine PNG della tavolozza dei colori Queen of Cards
tavolozza dei colori Queen of Cards CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Rosso
Queen of Cards color palette created on .