Paleta de colores Regal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Serenity

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b6f9b;
}
.color-3 {
color: #b3c7e6;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #d4af35;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b6f9b;
--color-3: #b3c7e6;
--color-4: #ffffff;
--color-5: #d4af35;
}

CSS del degradado de fondo Regal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b6f9b, #b3c7e6, #ffffff, #d4af35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b6f9b, #b3c7e6, #ffffff, #d4af35);
}

Regal Serenity color palette created on .