Paleta de colores Pink Cream Soda
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Cream Soda palette
CSS de la paleta de colores Pink Cream Soda
/* CSS */
.color-1 {
color: #f8e0c4;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #f07c7a;
}
.color-4 {
color: #d84f6d;
}
.color-5 {
color: #a43d5d;
}
/* CSS Variables */
:root {
--color-1: #f8e0c4;
--color-2: #f4b69f;
--color-3: #f07c7a;
--color-4: #d84f6d;
--color-5: #a43d5d;
}
CSS del degradado de fondo Pink Cream Soda
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0c4, #f4b69f, #f07c7a, #d84f6d, #a43d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0c4, #f4b69f, #f07c7a, #d84f6d, #a43d5d);
}
Paletas de colores similares
Pink Cream Soda color palette created on .