Paleta de colores Moments of Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Moments of Yellow palette
CSS de la paleta de colores Moments of Yellow
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #8b40fc;
}
.color-5 {
color: #4f83e3;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3d5a;
--color-4: #8b40fc;
--color-5: #4f83e3;
}
CSS del degradado de fondo Moments of Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3d5a, #8b40fc, #4f83e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3d5a, #8b40fc, #4f83e3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Ámbar
Moments of Yellow color palette created on .