Paleta de colores Hollowson's Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Hollowson's Garden palette
CSS de la paleta de colores Hollowson's Garden
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe8c;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #ffcc80;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe8c;
--color-3: #f7b5a1;
--color-4: #ffcc80;
--color-5: #ffadad;
}
CSS del degradado de fondo Hollowson's Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe8c, #f7b5a1, #ffcc80, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe8c, #f7b5a1, #ffcc80, #ffadad);
}
Paletas de colores similares
Hollowson's Garden color palette created on .