Paleta de colores Freyja's Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Freyja's Embrace palette
CSS de la paleta de colores Freyja's Embrace
/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f8a5c2;
}
.color-3 {
color: #f9d2b9;
}
.color-4 {
color: #f9d0be;
}
.color-5 {
color: #fab700;
}
/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f8a5c2;
--color-3: #f9d2b9;
--color-4: #f9d0be;
--color-5: #fab700;
}
CSS del degradado de fondo Freyja's Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f8a5c2, #f9d2b9, #f9d0be, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f8a5c2, #f9d2b9, #f9d0be, #fab700);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Ámbar
Freyja's Embrace color palette created on .