Paleta de colores Fertile Hues
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Fertile Hues palette
CSS de la paleta de colores Fertile Hues
/* CSS */
.color-1 {
color: #ffcdbd;
}
.color-2 {
color: #ff9d8a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #f9d580;
}
/* CSS Variables */
:root {
--color-1: #ffcdbd;
--color-2: #ff9d8a;
--color-3: #ff6e61;
--color-4: #ff4d4f;
--color-5: #f9d580;
}
CSS del degradado de fondo Fertile Hues
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdbd, #ff9d8a, #ff6e61, #ff4d4f, #f9d580);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdbd, #ff9d8a, #ff6e61, #ff4d4f, #f9d580);
}
Paletas de colores similares
Fertile Hues color palette created on .