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