Royalty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royalty palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Royalty

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

tavolozza dei colori Royalty CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #d36969;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #d36969;
--color-4: #f0e78e;
--color-5: #ffd900;
}

CSS con gradiente di sfondo Royalty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #d36969, #f0e78e, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #d36969, #f0e78e, #ffd900);
}

Royalty color palette created on .