Paleta de colores Pink Gwenivere

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Gwenivere palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Gwenivere

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f3a5c7;
}
.color-4 {
color: #e292a0;
}
.color-5 {
color: #e94e5b;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f7b1a1;
--color-3: #f3a5c7;
--color-4: #e292a0;
--color-5: #e94e5b;
}

CSS del degradado de fondo Pink Gwenivere

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f7b1a1, #f3a5c7, #e292a0, #e94e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f7b1a1, #f3a5c7, #e292a0, #e94e5b);
}

Pink Gwenivere color palette created on .