Regal Serenity Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Regal Serenity palette

Condividi questa palette a:

tavolozza dei colori Regal Serenity CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #33519e;
}
.color-3 {
color: #446ecf;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #d4af35;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #33519e;
--color-3: #446ecf;
--color-4: #ffffff;
--color-5: #d4af35;
}

CSS con gradiente di sfondo Regal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #33519e, #446ecf, #ffffff, #d4af35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #33519e, #446ecf, #ffffff, #d4af35);
}

Regal Serenity color palette created on .