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