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