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