Paleta de colores Pink Strawberry Shortcake
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Strawberry Shortcake palette
CSS de la paleta de colores Pink Strawberry Shortcake
/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f7e8ca;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #de5e7e;
}
/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f6d5a7;
--color-3: #f7e8ca;
--color-4: #ff6e61;
--color-5: #de5e7e;
}
CSS del degradado de fondo Pink Strawberry Shortcake
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Pink Strawberry Shortcake color palette created on .