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