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