Paleta de colores Bright Poppy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Poppy palette
CSS de la paleta de colores Bright Poppy
/* CSS */
.color-1 {
color: #ff3d33;
}
.color-2 {
color: #ff6d33;
}
.color-3 {
color: #ff9c38;
}
.color-4 {
color: #ffcc4d;
}
.color-5 {
color: #f4e04e;
}
/* CSS Variables */
:root {
--color-1: #ff3d33;
--color-2: #ff6d33;
--color-3: #ff9c38;
--color-4: #ffcc4d;
--color-5: #f4e04e;
}
CSS del degradado de fondo Bright Poppy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d33, #ff6d33, #ff9c38, #ffcc4d, #f4e04e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d33, #ff6d33, #ff9c38, #ffcc4d, #f4e04e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rojo
Bright Poppy color palette created on .