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: #f4b8c4;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #e0aed7;
}
.color-5 {
color: #d86c31;
}
/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f8d5a0;
--color-3: #f3e6b4;
--color-4: #e0aed7;
--color-5: #d86c31;
}
CSS del degradado de fondo Pink Strawberry Shortcake
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Pink Strawberry Shortcake color palette created on .