Paleta de colores Gabriel's Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Gabriel's Embrace palette
CSS de la paleta de colores Gabriel's Embrace
/* CSS */
.color-1 {
color: #f8ca49;
}
.color-2 {
color: #f3af49;
}
.color-3 {
color: #eab15d;
}
.color-4 {
color: #d06c7d;
}
.color-5 {
color: #a24e7c;
}
/* CSS Variables */
:root {
--color-1: #f8ca49;
--color-2: #f3af49;
--color-3: #eab15d;
--color-4: #d06c7d;
--color-5: #a24e7c;
}
CSS del degradado de fondo Gabriel's Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8ca49, #f3af49, #eab15d, #d06c7d, #a24e7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8ca49, #f3af49, #eab15d, #d06c7d, #a24e7c);
}
Paletas de colores similares
Gabriel's Embrace color palette created on .