Regal Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Regal Reverie palette

Condividi questa palette a:

tavolozza dei colori Regal Reverie CSS

/* CSS */
.color-1 {
color: #e4bfb4;
}
.color-2 {
color: #b8a3c8;
}
.color-3 {
color: #7e9ace;
}
.color-4 {
color: #4a8fc4;
}
.color-5 {
color: #2b4c6e;
}

/* CSS Variables */
:root {
--color-1: #e4bfb4;
--color-2: #b8a3c8;
--color-3: #7e9ace;
--color-4: #4a8fc4;
--color-5: #2b4c6e;
}

CSS con gradiente di sfondo Regal Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}

Regal Reverie color palette created on .