Royal Sunset Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royal Sunset Reverie palette

Condividi questa palette a:

tavolozza dei colori Royal Sunset Reverie CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f58129;
}
.color-3 {
color: #be4d3c;
}
.color-4 {
color: #6a3f88;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f58129;
--color-3: #be4d3c;
--color-4: #6a3f88;
--color-5: #2a9d90;
}

CSS con gradiente di sfondo Royal Sunset Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f58129, #be4d3c, #6a3f88, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f58129, #be4d3c, #6a3f88, #2a9d90);
}

Royal Sunset Reverie color palette created on .