Paleta de colores Marigold Sunshine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Marigold Sunshine palette
Imagen PNG de la paleta de colores Marigold Sunshine
CSS de la paleta de colores Marigold Sunshine
/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ff6e00;
}
.color-5 {
color: #ff5100;
}
/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff9d00;
--color-3: #ff8c00;
--color-4: #ff6e00;
--color-5: #ff5100;
}
CSS del degradado de fondo Marigold Sunshine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff9d00, #ff8c00, #ff6e00, #ff5100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff9d00, #ff8c00, #ff6e00, #ff5100);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Marigold Sunshine color palette created on .