Paleta de colores Sweet Pink Dessert
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Pink Dessert palette
CSS de la paleta de colores Sweet Pink Dessert
/* CSS */
.color-1 {
color: #f5dfd1;
}
.color-2 {
color: #f9c8d5;
}
.color-3 {
color: #f7a6b3;
}
.color-4 {
color: #ef7b9e;
}
.color-5 {
color: #d86f94;
}
/* CSS Variables */
:root {
--color-1: #f5dfd1;
--color-2: #f9c8d5;
--color-3: #f7a6b3;
--color-4: #ef7b9e;
--color-5: #d86f94;
}
CSS del degradado de fondo Sweet Pink Dessert
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5dfd1, #f9c8d5, #f7a6b3, #ef7b9e, #d86f94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5dfd1, #f9c8d5, #f7a6b3, #ef7b9e, #d86f94);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Crema
Sweet Pink Dessert color palette created on .