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: #496dbc;
}
.color-3 {
color: #75a2e1;
}
.color-4 {
color: #a2d9e6;
}
.color-5 {
color: #e0b59e;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #496dbc;
--color-3: #75a2e1;
--color-4: #a2d9e6;
--color-5: #e0b59e;
}

CSS del degradado de fondo Regal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #496dbc, #75a2e1, #a2d9e6, #e0b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #496dbc, #75a2e1, #a2d9e6, #e0b59e);
}

Regal Serenity color palette created on .