Royal Tapestry Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royal Tapestry palette

Condividi questa palette a:

tavolozza dei colori Royal Tapestry CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #d6a4d4;
}
.color-4 {
color: #e2b6e0;
}
.color-5 {
color: #f4bee8;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #9b58b6;
--color-3: #d6a4d4;
--color-4: #e2b6e0;
--color-5: #f4bee8;
}

CSS con gradiente di sfondo Royal Tapestry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #9b58b6, #d6a4d4, #e2b6e0, #f4bee8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #9b58b6, #d6a4d4, #e2b6e0, #f4bee8);
}

Royal Tapestry color palette created on .