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