Paleta de colores Viktor's Embrace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Viktor's Embrace palette

Compartir esta paleta en:

CSS de la paleta de colores Viktor's Embrace

/* CSS */
.color-1 {
color: #f8d772;
}
.color-2 {
color: #f8b549;
}
.color-3 {
color: #f8a5c3;
}
.color-4 {
color: #e57b8d;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #f8d772;
--color-2: #f8b549;
--color-3: #f8a5c3;
--color-4: #e57b8d;
--color-5: #e64c4c;
}

CSS del degradado de fondo Viktor's Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d772, #f8b549, #f8a5c3, #e57b8d, #e64c4c);
}

Viktor's Embrace color palette created on .