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