Paleta de colores Pink Strawberry Shortcake

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Strawberry Shortcake palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Strawberry Shortcake

/* CSS */
.color-1 {
color: #f5d6d9;
}
.color-2 {
color: #f5e2c2;
}
.color-3 {
color: #f3ebce;
}
.color-4 {
color: #eacde0;
}
.color-5 {
color: #dda178;
}

/* CSS Variables */
:root {
--color-1: #f5d6d9;
--color-2: #f5e2c2;
--color-3: #f3ebce;
--color-4: #eacde0;
--color-5: #dda178;
}

CSS del degradado de fondo Pink Strawberry Shortcake

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6d9, #f5e2c2, #f3ebce, #eacde0, #dda178);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6d9, #f5e2c2, #f3ebce, #eacde0, #dda178);
}

Pink Strawberry Shortcake color palette created on .