Paleta de colores Poppy Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Poppy Red palette
CSS de la paleta de colores Poppy Red
/* CSS */
.color-1 {
color: #ff513d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffd23d;
}
.color-4 {
color: #ffdf3d;
}
.color-5 {
color: #ff3d57;
}
/* CSS Variables */
:root {
--color-1: #ff513d;
--color-2: #ff8b3d;
--color-3: #ffd23d;
--color-4: #ffdf3d;
--color-5: #ff3d57;
}
CSS del degradado de fondo Poppy Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff513d, #ff8b3d, #ffd23d, #ffdf3d, #ff3d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff513d, #ff8b3d, #ffd23d, #ffdf3d, #ff3d57);
}
Paletas de colores similares
Poppy Red color palette created on .