Paleta de colores Sunlit Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Sunlit Reverie

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #e5943e;
}
.color-3 {
color: #d76d5b;
}
.color-4 {
color: #c83c5f;
}
.color-5 {
color: #9c2b74;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #e5943e;
--color-3: #d76d5b;
--color-4: #c83c5f;
--color-5: #9c2b74;
}

CSS del degradado de fondo Sunlit Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #e5943e, #d76d5b, #c83c5f, #9c2b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #e5943e, #d76d5b, #c83c5f, #9c2b74);
}

Sunlit Reverie color palette created on .