Paleta de colores Shades of Yellow and Teal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow and Teal palette
CSS de la paleta de colores Shades of Yellow and Teal
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #f4e1a4;
}
.color-3 {
color: #e1b7d6;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #4abf6d;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f4e1a4;
--color-3: #e1b7d6;
--color-4: #a8d3e1;
--color-5: #4abf6d;
}
CSS del degradado de fondo Shades of Yellow and Teal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f4e1a4, #e1b7d6, #a8d3e1, #4abf6d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Shades of Yellow and Teal color palette created on .