Paleta de colores Victory's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Victory's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Victory's Embrace

/* CSS */
.color-1 {
color: #1e396c;
}
.color-2 {
color: #507091;
}
.color-3 {
color: #7d9fb5;
}
.color-4 {
color: #b3cfe6;
}
.color-5 {
color: #f0e4c1;
}

/* CSS Variables */
:root {
--color-1: #1e396c;
--color-2: #507091;
--color-3: #7d9fb5;
--color-4: #b3cfe6;
--color-5: #f0e4c1;
}

CSS del degradado de fondo Victory's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396c, #507091, #7d9fb5, #b3cfe6, #f0e4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396c, #507091, #7d9fb5, #b3cfe6, #f0e4c1);
}

Victory's Embrace color palette created on .