Paleta de colores Light Pink Cookie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Pink Cookie palette

Compartir esta paleta en:

CSS de la paleta de colores Light Pink Cookie

/* CSS */
.color-1 {
color: #f8e2af;
}
.color-2 {
color: #f4cc9f;
}
.color-3 {
color: #e3b5a1;
}
.color-4 {
color: #d2a7b6;
}
.color-5 {
color: #c0a6d9;
}

/* CSS Variables */
:root {
--color-1: #f8e2af;
--color-2: #f4cc9f;
--color-3: #e3b5a1;
--color-4: #d2a7b6;
--color-5: #c0a6d9;
}

CSS del degradado de fondo Light Pink Cookie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e2af, #f4cc9f, #e3b5a1, #d2a7b6, #c0a6d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e2af, #f4cc9f, #e3b5a1, #d2a7b6, #c0a6d9);
}

Light Pink Cookie color palette created on .