Paleta de colores Regal Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Harmony

/* CSS */
.color-1 {
color: #2a4d6a;
}
.color-2 {
color: #4b86b4;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #e1a97f;
}
.color-5 {
color: #d86c31;
}

/* CSS Variables */
:root {
--color-1: #2a4d6a;
--color-2: #4b86b4;
--color-3: #f1c84b;
--color-4: #e1a97f;
--color-5: #d86c31;
}

CSS del degradado de fondo Regal Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4d6a, #4b86b4, #f1c84b, #e1a97f, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4d6a, #4b86b4, #f1c84b, #e1a97f, #d86c31);
}

Regal Harmony color palette created on .