Paleta de colores Shades of Yellow Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow Pink palette
CSS de la paleta de colores Shades of Yellow Pink
/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #f1a76f;
}
.color-3 {
color: #e37663;
}
.color-4 {
color: #d05374;
}
.color-5 {
color: #9c4f8d;
}
/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #f1a76f;
--color-3: #e37663;
--color-4: #d05374;
--color-5: #9c4f8d;
}
CSS del degradado de fondo Shades of Yellow Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #f1a76f, #e37663, #d05374, #9c4f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #f1a76f, #e37663, #d05374, #9c4f8d);
}
Paletas de colores similares
Shades of Yellow Pink color palette created on .