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