Royal Dawn of France Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Royal Dawn of France palette

Condividi questa palette a:

tavolozza dei colori Royal Dawn of France CSS

/* CSS */
.color-1 {
color: #3e5c98;
}
.color-2 {
color: #798dcd;
}
.color-3 {
color: #9fb1df;
}
.color-4 {
color: #e7d8a6;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #3e5c98;
--color-2: #798dcd;
--color-3: #9fb1df;
--color-4: #e7d8a6;
--color-5: #f1c84b;
}

CSS con gradiente di sfondo Royal Dawn of France

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5c98, #798dcd, #9fb1df, #e7d8a6, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5c98, #798dcd, #9fb1df, #e7d8a6, #f1c84b);
}

Royal Dawn of France color palette created on .