Paleta de colores Poppy Nostalgia

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Poppy Nostalgia palette

Compartir esta paleta en:

CSS de la paleta de colores Poppy Nostalgia

/* CSS */
.color-1 {
color: #ff4d3d;
}
.color-2 {
color: #ff7e29;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffdd75;
}
.color-5 {
color: #fff4b3;
}

/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ff7e29;
--color-3: #ffb84d;
--color-4: #ffdd75;
--color-5: #fff4b3;
}

CSS del degradado de fondo Poppy Nostalgia

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ff7e29, #ffb84d, #ffdd75, #fff4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ff7e29, #ffb84d, #ffdd75, #fff4b3);
}

Poppy Nostalgia color palette created on .