Paleta de colores Yellow Allamanda
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Allamanda palette
CSS de la paleta de colores Yellow Allamanda
/* CSS */
.color-1 {
color: #f8e5af;
}
.color-2 {
color: #f3d86d;
}
.color-3 {
color: #e9c02b;
}
.color-4 {
color: #c69910;
}
.color-5 {
color: #7a6e00;
}
/* CSS Variables */
:root {
--color-1: #f8e5af;
--color-2: #f3d86d;
--color-3: #e9c02b;
--color-4: #c69910;
--color-5: #7a6e00;
}
CSS del degradado de fondo Yellow Allamanda
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5af, #f3d86d, #e9c02b, #c69910, #7a6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5af, #f3d86d, #e9c02b, #c69910, #7a6e00);
}
Paletas de colores similares
Yellow Allamanda color palette created on .